Skip to main content

🔐 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:

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