Skip to main content
🚧 Expanding soon — full API Reference documentation is in progress.

Base URL

Authentication

All API requests require your operator token in the x-bossmode-token header:
See Authentication for token management details.

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 / TypeScriptnpm i @bossmode/sdk
  • MCP servernpm i -g @bossmode/mcp-server
  • CLInpm i -g @bossmode/cli
Community SDKs are not yet available. If you build one, open a PR on GitHub.