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

# Authentication

We use **API keys** to authenticate requests. You can get an API key from us
by [booking a demo](https://calendar.app.google/mbHSej2xYwa4X9b59).

## How to authenticate a request

To authenticate a request, you need to include a `X-API-KEY` header
with the value of your API key in your request:

```bash theme={null}
'X-API-KEY': '<your api key>'
```
