Common Scenarios
This chapter presents several typical scenarios to show how individual users and enterprise users use the Site URL in real workflows.
Scenario 1: An individual developer centrally manages multiple vendors
Needs:
- Use multiple vendors such as OpenAI, Anthropic, and Gemini.
- Avoid maintaining different API Base URLs and keys in each agent or project.
- Have a single place to view usage and cost.
Recommended approach:
- Create a personal API key in the Site URL console, for example
personal-dev. - Enable the commonly used vendors in model routing (OpenAI, Anthropic, Gemini, etc.).
- In all tools (Codex, Claude Code CLI, OpenClaw, Qoder, etc.):
- Set the API Base URL according to the “API Base URL” section in the “API Keys” chapter for your region.
- Use the API key corresponding to
personal-dev.
- View the combined usage on the Usage page to estimate cost and adjust usage habits.
Scenario 2: A small team shares a gateway and allocates budgets
Needs:
- Multiple team members use different tools to call models.
- Manage budgets and accounts centrally to avoid duplicated purchasing and configuration.
- Track usage by project or by member.
Recommended approach:
- Use a team/organization account to create multiple API keys, for example:
team-project-Ateam-project-Bmember-alicemember-bob
- Configure appropriate model routing for each key and set limits if available.
- Distribute keys to team members and standardize the configuration: the correct API Base URL + a dedicated key.
- Regularly review usage on Usage and billing information on Billing to evaluate cost by project or by member.
- Adjust permissions, limits, or routing policies based on observed usage.
Scenario 3: Enterprise internal multi-tool integration
Needs:
- Multiple internal tools are used at the same time: coding assistants, chatbots, internal knowledge bases, and automation scripts.
- Route all tools through a unified gateway to access multiple vendors.
- Unified billing, auditable usage statistics, and reliable after-sales support.
Recommended approach:
- Contact the Site URL team to discuss top-up and settlement plans suitable for enterprise usage (see “Top-up & Rate” and “Support” chapters).
- The internal platform or operations team:
- Creates API keys for different business lines or systems.
- Configures higher-stability groups and specific routing strategies for critical workloads.
- Configure internal tools (OpenClaw instances, internal bots, CI/CD scripts, etc.) with the API Base URL described in the “API Base URL” section in the “API Keys” chapter and use the corresponding business keys.
- Regularly export usage and billing information and integrate with cost-center or finance systems.
- When issues occur, use the after-sales support channels to troubleshoot quickly.
Scenario 4: Temporary events or short-term high concurrency
Needs:
- During hackathons, internal trainings, or campaigns, model traffic spikes for a short period.
- Quick setup, centralized management, and easy cleanup after the event.
Recommended approach:
- Create an event-specific API key, for example
event-2026-hackathon. - Provide participants with a standard integration note:
- API Base URL: see the “API Base URL” section in the “API Keys” chapter.
- API key: the key for
event-2026-hackathon(limits or validity windows may be applied if needed).
- Monitor traffic in real time on the Usage page.
- After the event, disable or delete the key.
- Use billing data to review model usage and cost structure during the event.