Skip to main content
Point Claude Code at Orbit’s Anthropic-compatible gateway. The agent behaves the same as it does on Anthropic — every turn is billed from your organization credits at Bedrock list rates.
Your sk-orbit- key is the only credential Claude Code needs. Skip the Claude login screen.

What you get

  • No Claude subscription
  • Same agent, cheaper tokens (Bedrock list rates, no markup)
  • Swap models per session by changing ANTHROPIC_MODEL
Recommended slugs: claude-sonnet-5, claude-opus-5, claude-haiku-4-5. Browse others in the catalogue.

Setup

1

Install Claude Code

Install the Claude Code CLI if you do not have it yet. Follow Anthropic’s install instructions, then confirm claude is on your PATH.
2

Create an Orbit API key

Sign up at tryorbit.cloud and create a key from API Keys.
3

Point Claude Code at Orbit

When it is pointed at Orbit you should see a cloud gateway banner against api.tryorbit.cloud.

Persist the config

Add the same exports to ~/.zshrc or ~/.bashrc so every new terminal uses Orbit. To try a different model for one session:

How this maps to the API

Claude Code calls Orbit the same way the official Anthropic SDK does: See Anthropic compatibility for raw SDK usage.
Keep a dedicated key named claude-code so you can revoke it without rotating keys used by your app.