{
  "ok": true,
  "service": "badlands-api-gateway",
  "auth": "bring your own API key (Authorization: Bearer or x-api-key)",
  "context": {
    "max_estimated_tokens": 256000,
    "auto_compact_at_estimated_tokens": 200000,
    "behavior": "warn at compact threshold; reject above max; never truncate history"
  },
  "endpoints": {
    "openai": "POST /v1/chat/completions",
    "openaiResponses": "POST /v1/responses",
    "anthropic": "POST /v1/messages",
    "models": "GET /v1/models"
  }
}