Key Features of CC Switch
Visual Configuration Management
All provider configurations are stored in a local database and can be created, edited, queried, and deleted through the interface. You do not need to edit JSON files or repeatedly configure environment variables.One-Click Switching
More than 50 provider presets are built in. Switching takes one click, and changes take effect without restarting the agent.Unified Management for Multiple Tools
- Claude Code and Claude Desktop
- Codex and Gemini CLI
- OpenCode, OpenClaw, Hermes, and more
- Cross-application synchronization of MCP services, prompts, and Skills
Cross-Platform Support
CC Switch supports Windows, macOS, and Linux, including major distributions.Configuration Safety
Atomic writes and automatic backups are used. Configuration files and backups are stored under~/.cc-switch/, so existing settings are not damaged during switching.
Connect Interface AI to CC Switch
Complete the integration in three steps.1. Get an API Key
- Sign in to jiekou.vip, register, and open the management console. Click “My” in the upper-right corner and select “API Key Management”.
- Click “Add” and enter a key name. Use a recognizable name such as
CCSwitchso you can distinguish keys for different purposes in the console. - Copy and record the generated key. The console cannot display it again, so store it securely for the next step.
2. Add a Provider in CC Switch
- Open CC Switch, select Claude Code on the left, and click “Add Provider” in the upper-right corner.
- Select “Custom Configuration” from the preset list and enter a provider name such as “Interface AI”.
- Enter the Base URL:
- Anthropic models:
https://api.highway.ai/anthropic - OpenAI models:
https://api.highway.ai/openai
- Anthropic models:
- Enter the key copied in the previous step, retrieve the model list, and select the model you want to use.
- Save the provider, select it, and click “Enable”. The active provider will then appear in the system tray.
3. Verify the Configuration
Open a terminal and runclaude. If the conversation starts normally, the integration is working. After switching providers in Claude Code, you can start a new session directly without restarting the application.
If an error occurs, check the following:
- 404: Check whether the path at the end of the endpoint is missing or duplicated.
- 401 or 403: Return to the Interface AI console and confirm that the API key is active.