Developers and agents
Quota Queue API
Use the REST API or MCP server to work with an authorized workspace's plans, deals, pay periods, statements, reports, and calculations.
Authentication
A workspace administrator creates a read, write, or admin API key under Settings → API keys. Send it as a Bearer credential and keep it out of URLs, prompts, source files, and logs.
Authorization: Bearer qq_live_REDACTEDRead auth.md MCP
The Streamable HTTP endpoint at /mcp exposes endpoint discovery and authenticated API requests. Send the API key in the same Authorization header. A zero-dependency stdio MCP server and CLI are also available from the Quota Queue repository.