Claude Code, OpenClaw, Codex CLI, and Gemini CLI all work against obixhub unchanged. Point the base URL at obixhub, drop in your obx_key, and put Claude, GPT, and Gemini on one prepaid balance. We don't keep your prompts.
claude code·openclaw codex cli gemini cli
│ │ │
/v1/messages /chat/completions /v1beta/…:gen
└──────────────────┼──────────────┘
▼
┌────────────────────────┐
│ obixhub.com │
│ one base url · usd │
└───────────┬────────────┘
│
┌───────────┼───────────┐
▼ ▼ ▼
┌───────┐ ┌───────┐ ┌───────┐
│ ant │ │ oai │ │ ggl │
│claude │ │ gpt │ │gemini │
└───────┘ └───────┘ └───────┘Each of the four works as-is — no plugin to install, no fork to maintain. Set the base URL, drop in your obx_ key, keep using the CLI you already use.
# point claude code at obixhub export ANTHROPIC_BASE_URL="https://obixhub.com" export ANTHROPIC_API_KEY="obx_..." $ claude
# point openclaw at obixhub export ANTHROPIC_BASE_URL="https://obixhub.com" export ANTHROPIC_API_KEY="obx_..." $ openclaw
# point codex cli at obixhub export OPENAI_BASE_URL="https://obixhub.com" export OPENAI_API_KEY="obx_..." $ codex
# point gemini cli at obixhub export GEMINI_BASE_URL="https://obixhub.com" export GEMINI_API_KEY="obx_..." $ gemini
You're billed for the exact tokens each model reports, at a flat rate just over the provider's published price — the same simple basis whether you're on Claude, GPT, or Gemini. Top up once, spend down, top up again.
Your prompts and completions never land in our storage by default.
We record only metadata — token counts, latency, model, and status. Never message bodies, never tool inputs. Your conversations pass through and are gone.
Teams that need detailed logs for SOC 2 or customer due diligence can opt in per API key, kept in private storage you control — and even then, never shared with the model providers.
≈ 60 seconds from signup → first stream