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
Example response
{
"name": "myorg",
"createdAt": "2024-01-01T00:00:00.000Z"
}