Limits and credits
Enforce quotas, overage, and prepaid balances at the edge.
Enforce quotas, overage, and prepaid balances at the edge.
Limits and credits are how commercial rules become request-time behavior.
A limit controls how much usage a subscriber can consume in a period. Common limits include:
A hard limit stops traffic when the subscriber reaches the configured amount.
Use hard limits when:
Overage allows traffic beyond included usage and bills the extra usage later.
Use overage when:
Prepaid credits require available balance before traffic is forwarded. This is useful when upstream cost is high or you want payment before work is performed.
Product docs should explain:
| Goal | Recommended behavior |
|---|---|
| Prevent surprise spend | Hard limit |
| Let customers grow smoothly | Overage |
| Avoid extending unpaid usage | Prepaid credits |
| Protect scarce capacity | Concurrency or request limits |
Every enforced rule should be visible in the plan or product docs. If a request can be denied because of a quota or balance, subscribers need to know how to recover.