| Cap | What it bounds |
|---|---|
| Per call | The most any single call may cost |
| Daily budget | The most every call together may cost in a day |
They layer under ours
AgentMore already enforces its own per-call ceiling and daily cap on every account. Your caps sit underneath those. So you can tighten, never raise. Setting your per-call cap higher than ours does not lift anything — the lower of the two is what applies, and that is always the point at which a call is refused.The order of checks
The call is priced
The worst case is computed from the input before the request is built. A price shape
that cannot be priced from the input is refused here. See
How a call is priced.
Checked against today's daily budget
Today’s spend so far is read and this call’s worst case is added to it. If the total
would go past the cap, the call stops.
Checked against your balance
A call that would take you past your remaining credits stops
too. There is no top-up, so an empty balance is a stop until your plan’s
credits refresh.
What a refusal looks like
A refused call is terminal and free:- Nothing was sent to any vendor.
- Nothing was charged.
- Your agent gets the reason and which cap it hit — not a generic error.
That was blocked by my per-call cap — try it with 20 results instead of 200.
Seeing blocked calls
On the dashboard, refused calls appear under status codes as Blocked by your limits, and in the call log with the cap that stopped them.“Blocked by your limits” is always ours, never a vendor’s. A vendor refusing you shows as
a failed call — and a failed call is recorded at zero cost as well.