RouteMarket Docs
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".

RouteMarket create token page
Placeholder — replace with an actual screenshot of the token creation page.

Form fields

FieldDescription
Token nameA recognizable name, e.g. dev or production
Token groupDetermines which models this token can access — see Model Marketplace
ExpirationDefaults to "Never expires"; adjust as needed
QuantityCreate multiple tokens at once
QuotaSet a usage cap for this token, or leave unlimited
Access restrictionsOptional 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.

On This Page