> ## 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 Secret

Create a new secret for a specific tenant.

* **Method:** POST
* **Path:** `/api/v1/tenants/{tenant_id}/secrets`

## Path Parameter

* `tenant_id` (integer, required): The ID of the tenant

## Request Body

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

## Response

Returns a `TenantSecretResponse` object on success.

<OpenAPIPlayground endpoint="/api/v1/tenants/{tenant_id}/secrets" method="POST" />
