API Tokens
1 min read
13 views
Dec 24, 2025
Managing API Tokens
Create and manage tokens for API access.
Creating a Token
- Go to API Tokens in your account
- Click Create Token
- Enter a name for the token
- Select abilities (permissions)
- Click Create
- Important: Copy the token immediately - it won't be shown again!
Token Abilities
Limit what each token can do:
- read - View resources
- write - Create and update resources
- delete - Delete resources
Security Best Practices
- Create separate tokens for different applications
- Use minimum necessary permissions
- Rotate tokens periodically
- Revoke unused tokens
- Never share tokens publicly
Revoking Tokens
Delete a token to immediately revoke access. Any requests using that token will fail.
Was this article helpful? Thank you for your feedback!