1
Open the API Keys page
Sign in and open /dashboard/api-keys (or the equivalent on
ariacompute.cn).2
Create a key
Click Create, enter a descriptive name (for example
production, ci, or laptop), and submit.3
Use the key
Send the full value as a Bearer token to the gateway or download endpoints.
4
List keys
id, name, prefix, created_at, and last_used_at.5
Revoke a key
204 No Content. The key stops working immediately.Rotation
Rotate keys periodically or whenever a key may have been exposed:- Create a new key and store it in your secret manager.
- Deploy the new key alongside the old one.
- Wait until logs confirm all traffic uses the new key.
DELETEthe old key.
Per-site keys
API keys are scoped to the site that issued them. If you use bothariacompute.com and ariacompute.cn, create a key in each dashboard and use them against the matching gateway.