Platform documentation.
Router API docs live at docs.brainstormrouter.com today — that's the GA reference. Platform contract is documented inline below. MSP and MCP docs are migrating from external locations into /docs over the next release window.
/ 01
Router API
OpenAI-compatible reference.
Authentication, models list, completions, streaming, audit-log access. Hosted at docs.brainstormrouter.com — that's the canonical reference.
/ 02
Platform Contract
Five endpoints. Every product implements.
The MCP server aggregates tools across products; the operator console reads capabilities to know what each product can do; the audit endpoint exposes the evidence chain.
- ·GET /health — liveness + readiness
- ·GET /api/v1/god-mode/tools — MCP tool catalog
- ·POST /api/v1/god-mode/execute — invoke a named tool (returns evidence record)
- ·GET /api/v1/capabilities — product capabilities + version
- ·GET /api/v1/audit — tenant-scoped, cursor-paginated, signed
/ 03
MSP API
Migrating in next release.
Tenant management, agent invocation, evidence chain queries, ChangeSet templates. Migrating from existing MSP-specific references into /docs/msp.
/ 04
MCP server
God-mode tools, exposed.
God-mode tools exposed via MCP for Claude Code, Claude Desktop, brainstorm CLI. Schema + tool catalog migrating to /docs/mcp.