B2A docs
Booking access for AI agents. Anonymous-friendly API, MCP server, and per-stack quickstarts.
Booking access for AI agents. One REST endpoint, one MCP server, and copy-paste snippets for the nine most common agent stacks. No signup, no waitlist.
Where to start
- Quickstart — first request in under 5 minutes.
- API reference — eight endpoints aligned to the OpenAPI contract.
- MCP server — connect Claude Code, Cursor, or any MCP-aware agent.
- Agent quickstart — per-stack configs and test commands.
Base URLs
- REST:
https://api.b2a.bluepillow.com/v1 - MCP (HTTP):
https://mcp.b2a.bluepillow.com/ - OpenAPI:
/openapi.json
Authentication
Authentication is bearer-token. Anonymous keys are issued on demand via
POST /v1/keys and persist in localStorage.
Rate limit: 60 req/min, 5000 req/day per anonymous key.