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

# Create Encrypted Key

> Integrate your own Twilio account with Luly. See [Enterprise Twilio Integration](https://docs.luly.ai/enterprise-features/custom-twilio) for more information.

### Headers

<ParamField header="authorization" type="string" required={true}>
  Your API key for authentication.
</ParamField>

### Body

<ParamField body="account_sid" type="string" required={true}>
  Your Twilio account SID.
</ParamField>

<ParamField body="auth_token" type="string" required={true}>
  Your Twilio auth token.
</ParamField>

### Response

Your `encrypted_key` to store and use in future requests.

<ResponseExample>
  ```json Response
  {
      "status": "success",
      "encrypted_key": "YOUR_ENCRYPTED_KEY"
  }
  ```
</ResponseExample>
