> For the complete documentation index, see [llms.txt](https://docs.asters.ai/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.asters.ai/api/overview/authentication.md).

# Authentication

## API keys

{% hint style="info" %}
In order to use our API you will need to authenticate using your API key that you created within your Asters account.
{% endhint %}

**Generate your API key**

1. Open [Asters](https://app.asters.ai/settings/workspace/api-keys)
2. Click on *Generate API key*
3. Copy and paste it immediately

Once saved, make sure to add in the HEADER the parameter:

```
`x-api-key: YOUR_API_KEY`
```
