Console Guide
Start from Getting Started
Use Getting Started to confirm the request essentials before touching local config:
base_url:{{BASE_URL}}- API key format and copy action
- Example request shape
- Recommended model entry points
API Keys
Use API Keys to create and manage keys for scripts, local tools, CI jobs, and coding agents.
- Create one key per tool or workflow when possible
- Rotate keys that have been shared or exposed
- Delete keys that are no longer in use
model marketplace
Use model marketplace to decide what to call.
- Check the exact request name
- Compare model type, context window, speed, and capability tags
- Confirm whether the model matches your team plan scope
Playground
If your role includes write access, use Playground before wiring a tool into real work.
- Validate
base_url,api_key, andmodel - Test messages and request parameters
- Confirm the model returns the format you expect
Usage
Use Usage to understand how your account is consuming quota.
- Review total usage and recent traffic
- Check which keys or models are driving spend
- Confirm whether current workload still fits the plan
Logs
Use Logs for request-level troubleshooting.
- Inspect status code, latency, model name, and error details
- Check whether the failing request reached the gateway
- Match a local failure time with the corresponding request record
Teams
Use Teams to confirm the team context attached to your account and keys.
- Check which team you belong to
- Confirm member roles and shared team settings
- Review the team context when a key or model behaves differently than expected
Fast troubleshooting path
- Confirm
base_urlin the tool is{{BASE_URL}} - Confirm the key is active in API Keys
- Confirm the model name is copied from model marketplace
- Confirm the right team in Teams
- Retry in Playground if your role includes write access
- Open Logs and compare the error details