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

# Authentication

To authenticate your API requests with `bolna`, you must include your `<bolna_api_key>` in the Authorization header of HTTP requests made to the platform with the value Bearer `<bolna_api_key>`.

### Steps to generate your API Key:

* Login to the dashboard at [https://platform.bolna.ai](https://platform.bolna.ai)
* Navigate to [Developers](https://platform.bolna.ai/developers) tab from the left menu bar after login
* Click the button `Generate a new API Key` to generate a key
* Save your API Key

<Frame caption="Generate API Keys from Playground">
  <img src="https://mintcdn.com/bolna-54a2d4fe/mJ1zPF3eB4Dyupzj/images/generate-api-key.png?fit=max&auto=format&n=mJ1zPF3eB4Dyupzj&q=85&s=1b6bab87a770b9b8695d8018dece3c4e" alt="API key generation interface in Bolna platform showing developers section for creating authentication tokens" width="2164" height="752" data-path="images/generate-api-key.png" />
</Frame>

<br />

<Note>
  The API Key will be shown only once. Hence, please save it somewhere secure.
</Note>
