Token properties
Each API token is backed by a dedicated machine identity in your org. For a named, reusable machine identity that you manage explicitly and can mint multiple tokens for, use a service account instead.
Creating and managing API tokens requires org admin access.
Managing tokens
You can manage tokens using both the Dashboard and the CLI. In the dashboard, go to Settings → API tokens → Create token. In the CLI, use the following commands.Creating a token
Create a token granting access to your current org:Tokens are shown only once at creation time. Store the value somewhere safe (a secret manager or CI secret); you cannot retrieve it again later.
Listing tokens
View all active tokens in the org.Revoking tokens
Delete a token to revoke its access immediately.Using a token
To use a token, include it in API requests as a Bearer credential in theAuthorization header:
NUON_API_TOKEN environment variable or the api_token config value.