OPENAI-COMPATIBLE GATEWAY
Keep your bots iterating.
Keep the gateway simple.
The model gateway built for Mindcraft CE's iterative bot workloads—with a clean OpenAI-compatible API for any client, streaming, safety screening, automatic failover, and honest limits.
API BASE
loading…OpenAI formatChat, Responses, and embeddings
Failover built in
auto tries healthy models in orderPrivacy-mindedNo prompts stored in public metrics
AVAILABLE LOADOUT
Pick a model
Use auto for the recommended resilient route, or pin a model when you need a specific capability.
Loading models…
QUICKSTART
Your first request
curl API_BASE_URL/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "MODEL_ID",
"messages": [{"role":"user","content":"Hello!"}],
"stream": true
}'
Anonymous requests need no key. Signed-in accounts use Authorization: Bearer andy_…. The X-Andy-Model response header identifies the model that actually answered.
LIVE SIGNAL
72-hour activity
Loading aggregate usage…
Checking your session…
WELCOME BACK
Your account is ready
You are already signed in.
MORE CAPACITY
Sign in or create an account
One passwordless email link does both. Manage several API keys, inspect usage, and set strict account or per-key budgets.