Using with CC Switch
CC Switch is a helper for configuring and managing model routing. This page covers installing it, adding TokenDNS as a provider, and verifying the setup in Claude Code.
Download CC Switch
CC Switch makes it easier to configure and manage model routing. Open the CC Switch website, download the build for your operating system and install it.
Configure a provider
- Open CC Switch and click the
+button in the top-right corner. - Choose
Claudeas the provider type. - Put your TokenDNS API key into the API Key field.
- Put the TokenDNS endpoint into the request URL field.
- Click "Add", go back to the home screen, select the new provider and click "Enable".
Verify Claude Code
Open a new terminal and run:
claudeThen send a test message:
Hi, please introduce yourself briefly.If the model replies, the configuration works.
If the first launch asks you to sign in
If Claude Code shows a sign-in prompt or an onboarding screen on first launch:
- Open "Settings → General" in CC Switch.
- Turn on "Skip Claude Code first-install confirmation".
- Start Claude Code again.
If a configuration change does not take effect, quit and reopen the terminal. Already running processes do not reload their configuration automatically.
Using with Claude Code
Claude Code is Anthropic's agentic coding tool for the terminal. It understands your project context and turns natural-language requests into real code changes, debugging, test runs and maintenance work. It works directly in your project directory and fits into an existing command-line workflow.
Using with Cherry Studio
Cherry Studio is an AI assistant that supports multi-model chat, agents, knowledge bases, AI image generation and translation.
