Documentation Index
Fetch the complete documentation index at: https://docs.bossmode.ing/llms.txt
Use this file to discover all available pages before exploring further.
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
| Tier | Requests/minute | Requests/day |
|---|---|---|
| Free | 10 | 100 |
| Pro | 120 | 10,000 |
| Enterprise | Unlimited | Unlimited |
Core endpoints
| Endpoint | Description |
|---|---|
GET /context | Full operational context β the single call that returns everything |
POST /directives | Issue a new directive to the consigliere |
GET /approvals | List pending approval gates |
POST /approvals/{id}/approve | Approve a queued move |
POST /approvals/{id}/reject | Reject with feedback |
GET /reports/daily | Retrieve the current or historical Daily Report |
GET /agents | List all active capo agents and their status |
POST /guardian/kill-switch | Halt all autonomous operations |
GET /standing-orders | List active standing orders |
POST /standing-orders | Create a new standing order |
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