API is live
One Endpoint for
All AI Providers
AI.Mangso is a single API endpoint for every model. Point Claude Code, Codex, Antigravity, Cursor, or your own app at one URL — we handle the rest.
Live status
0 connectedLoading…
Works with



Get Your API Key in 30 Seconds
Sign in, copy your key, point any client at one endpoint. No installs, no servers to run.
1
Sign In
Log in to the AI.Mangso dashboard
2
Copy Your Key
Grab your API key and the endpoint URL
3
Start Calling
Point any client at https://ai.mangso.net/v1 — done
terminal
$
curl https://ai.mangso.net/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"claude-sonnet-5","messages":[{"role":"user","content":"hi"}]}'Copy> 200 OK — routed to claude-sonnet-5
> Endpoint: https://ai.mangso.net/v1
> Ready ✓
> Endpoint: https://ai.mangso.net/v1
> Ready ✓
How AI.Mangso Works
Data flows seamlessly from your application through our intelligent routing layer to the best provider for the job.
terminal
1. CLI & SDKs
Your requests start from your favorite tools or our unified SDK. Just change the base URL.
hub
2. AI.Mangso Hub
Our engine analyzes the prompt, checks provider health, and routes for lowest latency or cost.
3. AI Providers
The request is fulfilled by OpenAI, Anthropic, Gemini, or others instantly.