Skip to main content
Orbit implements Anthropic Messages. Set base_url to Orbit and api_key to your sk-orbit- key.

Base URL

The official client appends /v1/messages itself. Auth headers:
  • x-api-key: $ORBIT_API_KEY
  • anthropic-version: 2023-06-01
Authorization: Bearer $ORBIT_API_KEY also works if you call the route directly.

Examples

Claude Code uses this same Anthropic-compatible surface. See Claude Code.