v48

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

Create a new namespace

Create a new namespace owned by the authenticated user or an organization. This endpoint is idempotent - if the namespace already exists and is owned by the user/org, returns success. Pass organizationId in the request body to create an org-owned namespace.

put/namespaces/{name}

Path parameters

namestring required

Response

Namespace created successfully

namestring required
createdAtstring required

Example response

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