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

# Authentication

> How to authenticate Coaxial API endpoints

To access any Coaxial API endpoint, you must include a Coaxial API Key as a Bearer Token in your request "Authorization" Header.

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

## API Keys

Coaxial API Keys are secrets generated through the Coaxial Dashboard. Do not share your API key with others, or expose it in the browser or
other client-side code. You can find and create API Keys in your [Coaxial Profile](http://app.coaxial.ai/dashboard/profile) under the "API Keys" tab.

### Coaxial Profile

<img src="https://mintcdn.com/coaxial/hDUI-kUUp_Q_24bl/images/keys.png?fit=max&auto=format&n=hDUI-kUUp_Q_24bl&q=85&s=0e81992eca0ec76c4eea8413e138e0f9" alt="API Keys" width="2880" height="1482" data-path="images/keys.png" />
