Creating a Token
1
Open your account settings
Navigate to API Tokens.
2
Create a token
Give it a display name describing where it will be used, and optionally an
expiry.
3
Store it immediately
The token value is shown once and cannot be retrieved afterwards.
Token Properties
Storing Tokens
Read tokens from the environment rather than embedding them in source:Revoking a Token
Revocation takes effect immediately:lastUsedAt stops advancing.
Session Authentication
Interactive clients authenticate with credentials instead, receiving a token in return:identifier accepts either a username or an email address. Prefer API tokens
for programmatic access — session tokens are scoped to interactive use and
expire sooner.Errors
A
403 on a workspace resource usually means the account is not a member of
that workspace rather than that the token is wrong.
Next Steps
Getting Started
Set up a cloud workspace
API Reference
Token and auth endpoints
