
Set Up Your First API Token
After logging in, open the Token menu in the sidebar. This is where all of your API keys live.

Give your token a name 🏷️
A readable name like prod-webapp or staging-script helps you recognize the token later in the usage logs.
Configure limits (optional)
You can leave the quota unlimited or set a cap. Setting a quota is a great safety net for long-running jobs.
| Setting | Recommendation |
|---|---|
| Name | Short and descriptive |
| Quota | Set a cap for production |
| Expiry | Leave unlimited unless needed |
Copy the token 🔒
The token is shown only once. Copy it immediately and store it in your secret manager.
Done! Your token is now ready to authenticate every request 🎉.
Frequently asked questions ❓
Why should I set a quota on my token?
A quota caps how many credits a single token can spend, so a runaway script can never drain your balance.
Can I have multiple tokens?
Yes, create as many as you need, each with its own name, quota and expiry.
What if I lose my token?
Tokens are shown only once. If you lose it, delete the old one and create a replacement.
Is my token secret?
Yes. Treat it like a password — never put it in client-side code or share it publicly.
Comments (0)