v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-305398191.8 KB
namespaces

Create a new namespace with generated name

Create a new namespace with a server-generated human-readable name, owned by the authenticated user

post/namespaces

Response

Namespace created successfully

namestring required
createdAtstring required

Example response

{
  "name": "myorg",
  "createdAt": "2024-01-01T00:00:00.000Z"
}