> ## Documentation Index
> Fetch the complete documentation index at: https://hexelstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Tenant

Create a new tenant in the system.

* **Method:** POST
* **Path:** `/api/v1/tenants/`

## Request Body

Refer to the `TenantCreate` schema in the OpenAPI playground.

## Response

Returns a `Tenant` object on success.

<OpenAPIPlayground endpoint="/api/v1/tenants/" method="POST" />
