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

Create a new user secret for the current user.

* **Method:** POST
* **Path:** `/api/v1/user-secrets/`

## Request Body

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

## Response

Returns a `UserSecretResponse` object on success.

<OpenAPIPlayground endpoint="/api/v1/user-secrets/" method="POST" />
