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

# Authentication

> How to authenticate your API requests.

## API Key

To authenticate you need to add an `Authorization` header with the contents of the header being `Bearer <YOUR_API_KEY>`.

```bash theme={null}
Authorization: Bearer <YOUR_API_KEY>
```

## How to obtain API Key

### Personal Account

1. Go to **[Dashboard](https://www.klavis.ai/home/)**
2. Navigate to **API KEY** section

### Team Account

1. Go to **[Dashboard](https://www.klavis.ai/home/)**
2. Navigate to **Team**
3. Access **API KEY** section
