Execution pattern
Cap what an agent can spend before the spend happens, not in next month's bill.
An agent calls a paid API, provisions a resource, or loops on a task that bills per token.
Nobody notices until the invoice arrives. Agent cost is discovered retrospectively because the spend decision was never a decision — it was a side effect of a retry loop.
The signals available at the moment of the action, and the rule that judges them.
Refuse the call when it would take the actor past the budget delegated to it, and escalate when it crosses a threshold someone agreed to review.
The call proceeds and the spend is recorded against the actor's budget.
The call waits for whoever owns the budget to approve the overage.
The call does not run; the dossier records the budget rule that stopped it.
Fork one and change the thresholds. Available today on 6 platforms.
Reserves projected model spend before the prompt is forwarded and restrains runs that would blow the project wallet.
copilot
Token budgets, approved tool use, and brand-safe output — prove every client-facing agent action stayed inside the agreed rules.
langchain
Opens sandbox egress only for the exact target the grant covers, and stops a run that would blow the account budget.
aws
Cloud spend, discount, and entitlement gates — stop runaway burn, margin leakage, and unsupported entitlement changes.
sdk
Every spend approval ping above $5k carries the policy snapshot, the requester's authority, and a public verify URL.
slack
Require a named approver before any Zap releases spend over $500 — the approval becomes a signed verdict, not a thumbs-up.
zapier
This pattern is one answer to each of these.
The same five steps for every pattern in the library.
Run the policy against a realistic action in the browser. Push it past what the rules allow and watch the verdict come back. No account.
See exactly what was decided and why: the rule that fired, the evidence it read, the policy version in force, and an Ed25519 signature you can verify yourself.
Measure what the policy would have caught on your own traffic without touching the live path. Every recipe defaults to shadow, so the first deployment carries no execution risk.
Point the same policy at the system where the action actually originates — a checkout, an ERP posting, a Zap, an agent's tool call.
Publish the proof: a public verification link, an embeddable badge, a PR comment, or an anonymized shadow-mode finding. This is how the next person discovers Decionis.