> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.alphax.asia/llms.txt.
> For full documentation content, see https://docs.alphax.asia/llms-full.txt.

# Authentication

For every request to the AlphaX API, we require a `API Key Token` for authentication. This token is a unique identifier that allows you to access the API securely.

To obtain your `API Key Token`, follow these steps:

1. Log in to your AlphaX account (Director, HR, or Developer role).
2. Navigate to the "Developer" menu in the dashboard.
3. Click on "Create new API Key" to generate a new token.
4. Copy the generated token and keep it secure, as it will be used for all your API requests.

When making API requests, include the `X-Api-Key` header of your HTTP request. The format should be as follows:

```
X-Api-Key: <YOUR_API_KEY_TOKEN>
```

<Warning>
  API Key Token only show once when you create it, so make sure to copy and store it securely. If you lose your token, you will need to generate a new one.
</Warning>