{
  "schema_version": "v1",
  "name_for_human": "BrainstormRouter",
  "name_for_model": "brainstormrouter",
  "description_for_human": "Agent orchestration platform with multi-turn session loops, per-turn model selection, 107 governed MCP tools, and OpenAI-compatible proxy across a curated catalog of 31 models from 8 providers (Anthropic, OpenAI, Google, xAI, Groq, Perplexity, DeepSeek, Moonshot).",
  "description_for_model": "BrainstormRouter is an agent orchestration platform. Primary verb: POST /v1/agents/:agentId/run — streams SSE events for multi-turn agent execution with per-turn Thompson sampling model selection, governed MCP tool execution (107 tools with RBAC + firewall + approval queue), per-agent budget enforcement, and context injection (SOUL, MEMORY, SKILL, HEARTBEAT, WORKSPACE, REFERENCE refreshed every turn). Also serves as an OpenAI-compatible proxy at POST /v1/chat/completions with model='auto' for Thompson sampling (variants: auto, auto:fast, auto:floor, auto:best). Call GET /v1/discovery first. Authenticate with Bearer token (API key).",
  "auth": {
    "type": "service_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://api.brainstormrouter.com/openapi.json"
  },
  "logo_url": "https://brainstormrouter.com/icons.svg",
  "contact_email": "hello@brainstormrouter.com",
  "legal_info_url": "https://brainstormrouter.com/terms/"
}
