Developer gateway

Keep your SDK. Change the base URL.

Use a Multra.ai project API key with OpenAI- or Anthropic-compatible clients. Provider keys stay in Account → Provider connections — never in your repo.

base_url = "https://optimize.blueskyatg.com/v1"
api_key = "bs_live_…"

Project keys inherit the project mode.

Your clientSDK or agent
Multra.ai /v1Route · compress · verify
ProviderOpenAI or Anthropic
ReceiptAnalytics → Calls

OpenAI-compatible

Chat Completions and Responses-style bodies work as-is. Same Savings Receipts as Chat.

Anthropic-compatible

Messages API through the same gateway, projects, and receipt history.

Explicit errors

Unsupported request fields fail clearly instead of silently dropping behavior.

Coding agents through the same gateway

Codex, Claude Code, Cursor, Continue, and CI agents can share organization provider connections and optional repository context from Develop.

  • Codex CLI and IDE extensions
  • Claude Code / Anthropic-compatible tools
  • Scripts, SDKs, CI agents, and custom runners
Set up a coding agent →