Skip to main content
API tokens (personal access tokens) let scripts and integrations call the Pixwel API as you. Manage them on the API Tokens tab in Preferences.
A token acts on your behalf with your full account permissions. Treat it like a password — the value is shown only once, when you create it.
The Preferences API Tokens tab with a create form and a table of active tokens

Creating a token

  1. Enter a Name that describes where it’s used (for example ci-deploy).
  2. Choose an Expires in period — 30, 60, 90, 180, or 365 days.
  3. Click Create token.
The full token is then shown once, along with a ready-to-use Authorization: Bearer … header. Copy it immediately and store it somewhere safe — you won’t be able to see it again.

Managing active tokens

The Active tokens table lists your existing tokens:
ColumnWhat it shows
NameThe name you gave the token.
TokenA non-secret prefix (for example pat_9756bb3b…) so you can tell tokens apart.
Last usedWhen the token last made a request (or if never).
ExpiresWhen the token stops working.
Revoke disables a token immediately. Revoke any token that’s no longer needed or may have been exposed.