Create API Key
What is an API Key?
An API Key (token) is your credential for accessing RouterBus APIs. You need to create one before using the service.
Steps
- Log in and go to the Token Management page
- Click Add Token
- Enter a name for easy identification
- Select available models (optional, defaults to all)
- Set quota limit (optional)
- Click Submit
Get Your Key
After creation, the system will display your API Key. Copy and save it immediately.
Important
The API Key is only shown once at creation time. If lost, you will need to create a new one.
API Key Format
Your API Key looks like:
sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxUsage
Include the API Key in the request header:
Authorization: Bearer sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxOr configure it as an environment variable for CLI tools. See Configure CLI for details.