Execution pattern
Stop the payment that clears sanctions on paper but not in fact.
A vendor payment, payout batch, or cross-border transfer is released.
The controls run in sequence and the release runs in parallel. A payment can clear a stale sanctions check, or leave via a beneficiary changed after approval.
The signals available at the moment of the action, and the rule that judges them.
Refuse release when beneficiary details changed after approval, or when screening is stale at the moment of release rather than at the moment of review.
The payment releases against a fresh check.
An unusual amount or counterparty waits on treasury.
The payment does not release; the dossier names the control that failed.
Fork one and change the thresholds. Available today on 6 platforms.
Velocity, sanctions, and treasury movement controls — automated proof of every KYC, AML, payout, and limit decision.
sdk
Holds a vendor payment run until the bank details, sanctions evidence, and dual approval all check out.
sap
Wrap `send_refund`, `issue_payout`, or any tool that moves money — the inner tool only fires on an approve verdict.
langchain
Every spend approval ping above $5k carries the policy snapshot, the requester's authority, and a public verify URL.
slack
Turns the refund approval that happens in a Slack thread into a signed verdict carrying the policy version and reviewer authority.
slack
Velocity, discount, and market-eligibility gates for Shopify checkout, B2B, and POS — with audit evidence for every exception.
shopify
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.