← Apps & Agents
Compatible (BYOK)

Use CC Switch with GlideflowAI.

A profile switcher for keeping Claude Code endpoint configurations separate. Connect it through GlideflowAI's Anthropic-compatible API with a key you control.

Get a key

What this connection is for

CC Switch is a command-line configuration switcher for managing separate Claude Code profiles. It is for developers who regularly move among provider configurations and want those settings named, stored, and selected as profiles instead of repeatedly hand-editing ~/.claude settings. The tool can also launch the selected target after a switch, making profile boundaries visible in a multi-provider local setup.

Choose CC Switch when profile switching and inspecting generated configuration are more valuable than maintaining one static Claude Code setup. It is not an API gateway itself and should not be used to hide an untested target configuration. Review the profile before activating it, especially when it may overwrite or replace an existing Claude Code settings file.

Create a dedicated GlideflowAI profile through CC Switch, then verify its Claude Code target writes ANTHROPIC_BASE_URL without /v1, an auth token, and a model ID. For a Codex CLI target, keep its top-level model_provider and do not set wire_api. Switch back only after checking which saved profile is active, not merely which terminal window is open. CC Switch is an independent project; this is a user-managed connection, not an endorsement or partnership.

Why pair it with GlideflowAI

CC Switch makes a GlideflowAI Claude Code profile easy to keep separate from official or other compatible endpoint profiles.

That separation is useful when a developer needs to inspect exactly which environment values will be written before launching a repository agent.

Setup

Use a new API key for the tool, select a model from the catalog, and begin with a small task. Do not put a key in a repository, screenshot, or shared configuration file.

  1. Create a separate GlideflowAI profile

    Use CC Switch's interactive profile creation so this gateway configuration remains distinct from other Claude Code profiles.

    cc-switch new glideflowai --interactive
  2. Verify the generated Claude Code environment

    Before switching to the profile, inspect the target values. For a Codex CLI target, retain its required top-level model_provider and never set wire_api.

    ANTHROPIC_BASE_URL=https://api.glideflowai.com
    ANTHROPIC_AUTH_TOKEN=sk-your-key
    ANTHROPIC_MODEL=glm-5.2

Need the endpoint basics? Read authentication, browse the model catalog, or compare pricing. For tool-specific troubleshooting, see the existing guide.

Frequently asked questions

What URL belongs in a CC Switch Claude Code profile?

Set ANTHROPIC_BASE_URL=https://api.glideflowai.com with no /v1, then supply ANTHROPIC_AUTH_TOKEN and an exact model ID.

Can CC Switch configure Codex CLI too?

If you use it for a Codex target, inspect the generated TOML and confirm it preserves the required top-level model_provider = "glideflowai".

Should I activate an existing profile without reviewing it?

No. Use CC Switch's view or profile inspection workflow first, particularly when switching could replace the current ~/.claude/settings.json.

Is this an official integration?

No. The connection is configured by you using a compatible API and does not imply sponsorship, endorsement, or a partnership.

Ready to connect CC Switch?

Create a key, use the setup above, and verify the connection on a small task before you scale it up.

Get a key