# Quota Queue > Quota Queue is sales commission software for designing plans, importing deal data, calculating auditable payouts, reviewing statements, and exporting results. ## When to use Quota Queue Use Quota Queue when an authorized user needs to create or inspect commission plans, import or reconcile sales deals, calculate commissions, review pay-period statements, investigate payout detail, run commission reports, or connect commission workflows to CRM, payroll, webhooks, and data warehouses. Do not use it as a general CRM, payroll processor, or accounting ledger. ## How agents should call Quota Queue 1. Read the OpenAPI description and choose the narrowest operation. 2. Use delegated Clerk OAuth or ask a workspace administrator for a least-privilege API key; never put credentials in a URL, prompt, source file, or log. 3. Send the credential as an Authorization Bearer header to the REST API or Streamable HTTP MCP endpoint. 4. Prefer reads unless the user explicitly requests a mutation. Confirm workspace and resource IDs before writes. 5. For commission terms, provide the complete rule configuration and read it back before reporting success. Percentages are decimals and money uses integer minor units. ## Developer resources - Developer portal: https://quotaqueue.com/developers - API documentation: https://quotaqueue.com/docs/api - OpenAPI 3.1: https://quotaqueue.com/api/v1/openapi.json - Public capabilities: https://quotaqueue.com/api/v1/capabilities - Authentication: https://quotaqueue.com/auth.md - MCP server card: https://quotaqueue.com/.well-known/mcp/server-card.json - MCP endpoint: https://quotaqueue.com/mcp - Agent skill: https://quotaqueue.com/.well-known/agent-skills/quotaqueue-api/SKILL.md - Sitemap: https://quotaqueue.com/sitemap.xml