Rate Limits & Quotas
To ensure platform stability and protect against infinite AI loops, Cheqpoint applies several layers of rate limiting.
Agent-level limits
text
maxRequestsHour: 50
maxRequestsDay: 500
maxAmountPence: 50000 (£500)Agent Limits
Each AI Assistant (Agent) can have its own safety thresholds. These are hard limits; if exceeded, the SDK will receive an immediate rejection without human intervention.
- Max Amount: Limits the maximum value of a single transaction.
- Max Requests (Hour/Day): Protects against "hallucination loops" where an AI might spam requests.
Plan Quotas
Your monthly request quota depends on your plan. You can monitor your usage in Dashboard → Usage.
| Plan | Monthly Quota |
|---|---|
| Starter | 50 requests |
| Growth | 1,000 requests |
| Business | 10,000 requests |
Loop Protection
If Cheqpoint detects identical requests from the same AI Assistant within a very short window, it may trigger an automatic loop-protection rejection to prevent resource exhaustion.