Base URL
Authentication
All API requests require your operator token in thex-bossmode-token header:
Response format
All responses are JSON. Successful responses have HTTP status 2xx. Errors return a standard error shape:Rate limits
Rate limit headers are included on every response:
Core endpoints
Versioning
The API is currently at v1. The version is not in the URL path — it’s determined by your SDK version or specified via header for breaking changes:SDKs
Official SDKs:- Node.js / TypeScript —
npm i @bossmode/sdk - MCP server —
npm i -g @bossmode/mcp-server - CLI —
npm i -g @bossmode/cli