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

# Create Encrypted Key

> Integrate your own Twilio account with Bland. See [Custom Twilio Integration](/tutorials/custom-twilio) for more information.

### Headers

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

### Body

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

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

### Response

<ResponseField body="encrypted_key" type="string">
  Your `encrypted_key` to store and use in future requests.
</ResponseField>

<ResponseExample>
  ```json theme={null}
  {
      "status": "success",
      "encrypted_key": "YOUR_ENCRYPTED_KEY"
  }
  ```
</ResponseExample>

***

Docs for agents: [llms.txt](/llms.txt)
