πŸ” 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
  • 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:

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.