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

# Access Token

> Generate a Personal Access Token (PAT) to use with AquilaX APIs

# 🔐 How to Create a Personal Access Token (PAT)

A **Personal Access Token (PAT)** allows you to authenticate securely with AquilaX APIs.

***

## ✅ Step 1: Log In

* Visit [https://aquilax.ai](https://aquilax.ai)
* Sign in using a social login or a magic link sent to your email.

***

## ⚙️ Step 2: Go to API Settings

* Click your profile avatar (top-right).
* Scroll down to the **Personal Access Tokens (PAT)** section.

***

## ➕ Step 3: Generate a Token

1. Click **New Access Token**
2. Enter a name (e.g., `My App`)
3. Choose an expiration date (recommended)

***

## 💾 Step 4: Save the Token

* Click **Create**
* **Copy the token immediately** — you won’t be able to view it again!

***

## 🚀 Step 5: Use the Token in API Requests

Add this header to your HTTP requests as the example:

```http theme={null}
GET /api/v2/profile HTTP/1.1
Host: aquilax.ai
X-AX-key: <your_own_PAT>
```

***

ℹ️ **Note:**\
Some endpoints (e.g. health check) do not require a token.
