What you can set per agent
- Daily spending cap — total per day. Defaults to 10 USDC when an agent is created. Leave it empty for no daily ceiling.
- Per-request maximum — single-payment ceiling. Leave it empty for no per-request ceiling.
What the agent sees when a limit is hit
| Limit | Error code |
|---|---|
| Daily cap | SpendingLimitExceeded |
| Per-request | PerTxLimitExceeded |
| Vault signer revoked | SignerNotAuthorized |
SKILL.md reports the error to the user rather than retrying — the limit will not pass on retry.
