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

# API Authentication

> Start making requests to the Apigene API

Through our API, you can build white label applications that let users interact with their favorite applications from their AI assistants.

API Keys are used to authenticate to your [Apigene](http://app.apigene.ai) account.

To create an API key.

1. Access your [Apigene](http://app.apigene.ai) dashboard
2. Navigate to **Settings**
3. Select the **Organization** tab
4. Click **Generate API key** to generate your Apigene API key

<Note>
  Ensure to copy and store your API key in a safe location as it can only be viewed from the dashboard once.
</Note>

### HTTP Header: Bearer Authentication

All requests must be authenticated via bearer token in your request HTTP header in the following format:

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