Per-agent limits are how a builder controls what an agent can spend. They are enforced server-side, before anything is signed. See Agent Permissions for the full model.Documentation Index
Fetch the complete documentation index at: https://docs.sault.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.