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

# Authentication

> Learn how to authenticate the Omnicron API

To get started with the authentication. All you need is your API-KEY. Check how to get it [here](/get-started/quick-start)

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