Create a registered sub-tenant
Creates a new registered sub-tenant with a name and optional description. The sub-tenant ID can be provided or will be auto-generated. Requires secret key authentication.
Authorizations
Chave de API do tenant (publishable key ou secret key)
Headers
Chave de API do tenant (publishable key ou secret key)
Body
Response
Sub-tenant created successfully
Unique registration identifier
"st_abc123def456"
Tenant identifier
"tenant_123"
The actual sub-tenant identifier used in workflows/runs/metrics
"production"
Display name for the sub-tenant
"Production Environment"
Whether this sub-tenant is registered (always true for this DTO)
true
Creation timestamp
"2024-01-15T10:30:00.000Z"
Last update timestamp
"2024-01-15T10:30:00.000Z"
Optional description
"Main production environment for customer workflows"

