MINDCRAFT-FOCUSED GATEWAY

Keep your bots iterating.
Keep the gateway simple.

A small OpenAI-compatible model gateway for Mindcraft CE engineering—with streaming, safety screening, automatic failover, and honest limits. Andy API is intended and supported only for Mindcraft-related work.

API BASEloading…
OpenAI formatChat, Responses, and embeddings
Failover built inauto tries healthy models in order
Privacy-mindedNo prompts stored in public metrics

AVAILABLE LOADOUT

Pick a model

Use neutral auto for resilient Mindcraft routing, or pin a model when you need a specific capability. Explore the administrator-selected loadout, preference routers, and live performance data.

Loading models…

QUICKSTART

Your first request

cURL
curl API_BASE_URL/chat/completions \
  -H "Content-Type: application/json" \
  -d '{
    "model": "MODEL_ID",
    "messages": [{"role":"user","content":"Show me how to debounce a Mindcraft bot event."}],
    "stream": true
  }'

Anonymous requests need no key. Use Andy API for Mindcraft-related engineering; unrelated use is unsupported. Signed-in accounts use Authorization: Bearer andy_…. The X-Andy-Model response header identifies the model that actually answered.

LIVE SIGNAL

72-hour activity

VALID REQUESTS
UPSTREAM SUCCESSES
TOP MODEL
REQUEST UNITS
TOKENS
INPUT / OUTPUT

Loading aggregate usage…

Checking your session…