Skip to content

Namespaces

List namespaces in the tenant.

Response 200

{
"namespaces": [
{ "name": "document", "created_at": "2026-04-14T09:00:00Z" },
{ "name": "project", "created_at": "2026-04-14T09:01:00Z" }
]
}

Create a namespace explicitly. Namespaces are also created implicitly by the first grant that references them.

Request

{ "name": "document" }

Response 201 — namespace created. Response 200 — namespace already existed.

{ "name": "document", "created_at": "2026-04-14T09:00:00Z" }