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

# Authentication

Authenticate against Gists Api with the following HTTP header:

```bash
'GISTS-API-KEY': '<api-key>'
```

## Api Key

You can find your Api keys on

* Go to page: [https://app.gists.ai/settings](https://app.gists.ai/settings)
* Click on the `Api Keys` tab
* Click on the default Api key to copy it

<Warning>Keep your API keys safe.</Warning>
<Warning>Anyone with the API key can access all your gists.</Warning>
<Info>Contact [team@gists.ai](mailto:team@gists.ai) if you think your Api key has leaked and we'll create a new one for you.</Info>

<Tip>A [Team plan](https://gists.ai/pricing) is required to enable Gists API.</Tip>
