403 Forbidden.
Mint a key
1
Open the dashboard
Sign in at agents.nanonets.com and select the workspace
you want the key scoped to.
2
Create the key
Go to Settings → API Keys and click Create API key. Give it a descriptive
label; you’ll want to know what it’s used for when you rotate.
3
Copy the value once
The plaintext key is shown only at creation time. Store it in your secrets
manager (1Password, Doppler, AWS Secrets Manager, etc.) immediately. If you lose
it, delete the key and create a new one.
Send the key
Include it in theAuthorization header on every request:
Failure modes
Security
- Rotate keys at least every 90 days.
- Revoke a key immediately if you suspect it has leaked. Existing in-flight tasks finish; subsequent requests fail.
- Scope per environment: mint separate keys for production, staging, and local development. Don’t share keys across them.