Getting Started
4. Create an API token
Create an API token in the console that you can use to make requests.
Open the "Token Management" page in the console and click "Add token".

Form fields
| Field | Description |
|---|---|
| Token name | A recognizable name, e.g. dev or production |
| Token group | Determines which models this token can access — see Model Marketplace |
| Expiration | Defaults to "Never expires"; adjust as needed |
| Quantity | Create multiple tokens at once |
| Quota | Set a usage cap for this token, or leave unlimited |
| Access restrictions | Optional IP allowlist or model restrictions |
The key is usually shown in full only once — save it immediately to a password manager or your deployment platform's secret store. Never commit it to frontend code, public repos, or support tickets.
Once created, continue to Check your environment.