Tool IntegrationsTool Integrations

App Integrations

This section lists how common AI apps and CLI tools connect to TokenBay.

By product type

Terminal / CLI tools

  • Claude Code — Anthropic’s official terminal coding agent
  • CodeBuddy — Tencent Cloud AI coding assistant CLI
  • Codex CLI — OpenAI’s official CLI
  • Copilot CLI — GitHub’s official CLI AI assistant
  • Hermes Agent — Nous Research AI coding agent
  • OpenClaw — Open-source AI agent with OpenAI / Anthropic dual protocol support
  • OpenCode — Terminal AI coding assistant

IDE / editor plugins

  • Cline — VS Code coding agent
  • Continue — VS Code / JetBrains extension driven by YAML config
  • Cursor — AI code editor with OpenAI provider Base URL override
  • Roo Code — Community fork of Cline with multi-mode orchestration

Desktop / web clients

  • Cherry Studio — Desktop client with native OpenAI / Anthropic / Gemini support
  • LobeChat — Modern chat client
  • Open WebUI — Self-hosted multi-model web UI

Config management

  • CC Switch — Manages provider configs across Claude Code / Codex / Gemini CLI

The generic pattern

  1. Set the endpoint — depending on the protocol the app speaks, use https://api.tokenbay.com (Anthropic / Gemini) or https://api.tokenbay.com/v1 (OpenAI).
  2. Set the key — an sk- string created in the console.
  3. Pick a model — upstream official model IDs verbatim, no prefix. See the full Models list.

The exact knob names (env vars, config fields, UI labels) vary by app.

Not listed?

Any app that supports a custom OpenAI- or Anthropic-compatible endpoint will work with TokenBay. Find its Base URL / API Endpoint / custom proxy URL field and paste the endpoint above; paste your TokenBay API Key into the key field.