Skip to main content

Tenants

This page is about tenant workspace configuration and lifecycle management.

Tenant lifecycle

The tenant form supports two fields:

  • name: The tenant name operators see in the console.
  • slug: The tenant-friendly identifier used in URLs or references.

Create requests:

POST /tenants

Update requests:

PATCH /tenants/{tenant_id}

Practical guidance

  • Create separate tenants for clearly separate customers or environments.
  • Keep tenant names obvious, such as Acme Production.
  • Use memberships to control who can operate a tenant.