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.
Operator token
Every Pro account gets an operator token. This token authenticates all API requests and associates them with your operator account. Token format:bm_live_••••••••••••••••••••••••••••••
Getting your token
- Sign up at bossmode.ing/signup
- Go to Settings → API Token
- Copy your token
Using your token
Pass the token in thex-bossmode-token header on every request:
Storing your token safely
Token rotation
Service-to-service calls
For internal service-to-service calls (e.g., from your own server to BossMode), use theBOSSMODE_SERVICE_KEY environment variable. This key bypasses rate limits and is not tied to a single operator account.
Contact support for service key provisioning.
Token scopes
Future versions will support scoped tokens with fine-grained permissions. For now, all tokens have full operator access.Errors
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Token missing or invalid |
| 403 | FORBIDDEN | Token valid but insufficient permissions |
| 429 | RATE_LIMITED | Exceeded rate limit for your tier |