Create a new tenant

Create a new tenant with optional resource quotas.

post/api/tenants

Request body

idstring required

Tenant ID (unique)

namestring required

Display name

Response

Tenant created

idstring

Tenant ID (unique identifier)

namestring

Display name

enabledboolean

Whether the tenant is enabled

created_atinteger

Creation timestamp (Unix seconds)

nlq_configobject nullable

NLQ configuration

agent_configobject nullable

Agent configuration

embed_configobject nullable

Auto-embed configuration

Changes

Changed in 2 of the 17 revisions of this API.11