Introduction
ApiGo aggregates major LLMs behind one OpenAI-compatible endpoint. You keep a single sk-apigo-... key, point your SDK at ApiGo, and switch models by name.
This site covers:
- How to use the product surfaces on app.apigo.ai (Models, Chat, Workspace, Pricing, Enterprise).
- How to make your first API call in about five minutes.
- Cookbook recipes for coding CLIs and harness agents.
- Interactive API Reference generated from OpenAPI.
Recommended path
| You want to… | Start here |
|---|---|
Sign up, create a key, call /v1/chat/completions |
Quickstart |
| Understand Workspace → Overview / API Keys / Billing | Platform overview |
| Pick a model ID and USD price | Models catalog |
| Set fallback chains and budgets | Routing |
| Wire Claude Code, Cursor, Codex, OpenClaw, and more | Cookbook |
| Browse request/response schemas | API Reference |
Product surfaces
- Models — browse official model IDs, context windows, USD per 1M token pricing, and capability tags.
- Chat — sign in and talk to models through the same gateway your apps use.
- Workspace — manage keys, routing, usage, call logs, audit, and Stripe top-ups.
- Pricing — USD-only rules, Stripe invoices, balance alerts.
- Enterprise — enterprise workspace apply / activate, plus company and member management in Workspace.
Base URL
https://api.apigo.ai/v1
Pass your key as Authorization: Bearer <API_KEY>. Copy model IDs exactly as shown in Models, for example gpt-5.6-sol or claude-sonnet-5.
