Quick Start Your First Call
Get Base URL and API Key
Copy the access endpoint from the console and create a business token
Base URL
- Sign in to Routescope and open the account center.
- Open Dashboard.
- Find the common API address or API endpoint area.
- Copy the address required by your client.
- Use the copied value as the Base URL in code, scripts, or client configuration.
For OpenAI-compatible calls, the Base URL commonly ends with /v1. Some tools, such as Claude Code with ANTHROPIC_BASE_URL, may expect the root domain instead. Follow the tool-specific guide.
Create an API Key
- Open Token Management.
- Click Add Token.
- Enter a token name, such as
web-prodoragent-test. - Configure group, quota, model allowlist, IP restriction, and expiration if needed.
- Save the token.
- View and copy the full secret.
Keep the secret in environment variables or protected configuration. Do not publish it in frontend code, screenshots, logs, or public repositories.
Authorization Header
Most OpenAI-compatible requests use a bearer token:
Authorization: Bearer sk-your-full-secretIf a client has a dedicated API Key field, paste only the full secret unless that tool explicitly asks for the complete header.
How is this guide?
Last updated on