v16

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-075922107.5 KB
Organization
Namespace

Create namespace in organization

Create a new namespace in the organization.

post/v1/organizations/{id}/namespaces

Request body

namestring required

Name of the namespace.

descriptionstring nullable

Description of the namespace.

Example request

{
  "name": "Engineering",
  "description": "Engineering team namespace"
}

Response

Example response

idstring required

ID of the newly created resource.