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
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
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.