Create Namespace
Create a new namespace for multi-tenant isolation.
- Kubernetes namespace for agent workloads
- GCS bucket for file storage
- Service account for GCP access
Body
Request model for creating a namespace.
Response
Successful Response
Response model for namespace.
member_id of the creator.
The unique identifier of the namespace.
Human-readable name for the namespace.
WorkOS organization ID that owns this namespace.
URL-friendly unique identifier.
Artifact Registry repository name.
When the namespace was created.
Error message if provisioning failed.
Which provisioning step failed (e.g., 'create_gcs_bucket').
GCP service account email.
GCS bucket name.
K8s namespace name.
Registry service account email for token generation.
Namespace status: pending, ready, or failed.
PENDING, READY, FAILED