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_REDACTED
Read auth.md

MCP

The public Streamable HTTP endpoint uses browser OAuth with explicit workspace selection and consent. Add it to your agent once; the MCP client stores and refreshes its token. API keys remain available for unattended CLI and stdio automation.

One public MCP endpoint

Add the URL to your agent, sign in to QuotaQueue in the browser, choose a workspace, and approve access. Your MCP client stores and refreshes the OAuth token—no API key needs to enter a prompt or shell history.

https://quotaqueue.com/mcp

Codex

Run both commands. The login command opens QuotaQueue OAuth in your browser.

codex mcp add quotaqueue --url https://quotaqueue.com/mcp
codex mcp login quotaqueue

Verify with codex mcp get quotaqueue.

Claude Code

Add the server, launch Claude Code, then run /mcp and authenticate QuotaQueue.

claude mcp add --transport http --scope user quotaqueue https://quotaqueue.com/mcp
claude

User scope makes the connection available across your projects.

Add the workflow skills

MCP supplies authenticated tools. The official plugin adds reliable workflows for building, auditing, modeling, rolling out, investigating, and closing commission work.

Codex plugin

codex plugin marketplace add ryanfsgtm/quotaqueue-agent-tools
codex plugin add quotaqueue@quotaqueue

Claude Code plugin

claude plugin marketplace add ryanfsgtm/quotaqueue-agent-tools
claude plugin install quotaqueue@quotaqueue

Using another MCP client? Choose a remote Streamable HTTP server and paste the public URL.Server card