Execution pattern
Check delegated authority before the purchase order posts.
A purchase order, vendor onboarding, or supplier change is submitted for release.
Authority is expressed in a delegation matrix nobody reads at the moment of release. Segregation of duties is assumed rather than checked, so the same person can raise and approve.
The signals available at the moment of the action, and the rule that judges them.
Refuse release above the requester's delegated limit, and refuse any release where requester and approver are the same person.
The order posts, and the dossier records the authority it posted under.
The order routes to whoever holds the limit it exceeded.
The order does not post — for example when duties are not separated.
Fork one and change the thresholds. Available today on 5 platforms.
Stops a purchase order releasing to an unapproved supplier or past the requester's authority limit.
sap
Every spend approval ping above $5k carries the policy snapshot, the requester's authority, and a public verify URL.
slack
Access, change, and procurement gates for internal automation — prove every sensitive change followed the approved path.
servicenow
Holds a vendor payment run until the bank details, sanctions evidence, and dual approval all check out.
sap
Blocks unapproved OAuth grants and SaaS signups before anyone clicks through the terms.
servicenow
Turns the refund approval that happens in a Slack thread into a signed verdict carrying the policy version and reviewer authority.
slack
Catches an out-of-band payroll run — a bank-detail change, an off-cycle payment, a headcount jump — before the money leaves.
workday
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.