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"
}

Changes

No recorded changes to this endpoint across all 47 revisions of this API.