Execution pattern
Decide what reaches an external system before the request is made.
A workflow posts customer or business data to a webhook, an external API, or a vendor integration.
Integrations are added for a narrow purpose and then reused for broader ones. The destination stays approved while the payload quietly widens, so the disclosure is a change in data rather than a change in configuration.
The signals available at the moment of the action, and the rule that judges them.
Permit only the fields the destination was approved to receive, and refuse payloads carrying classifications the agreement does not cover.
The request proceeds with the approved payload.
A widened payload waits on the data owner.
The request does not leave; the dossier records the fields withheld.
Fork one and change the thresholds. Available today on 6 platforms.
Gates retrieval and external API calls that touch regulated records — restricted subjects never leave the boundary.
langchain
Opens sandbox egress only for the exact target the grant covers, and stops a run that would blow the account budget.
aws
Evaluate any Make scenario before its protected module runs, using the HTTP V4 request recipe and the bearer key in Make's keychain.
make
Call the evaluate endpoint from an HTTP Request node and branch the workflow on the verdict before the write step runs.
n8n
Holds account changes on regulated or restricted customers until the right reviewer signs the record.
salesforce
Gate an inbound webhook before it mutates state — replay protection, signature checks, and a dossier per delivery.
sdk
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.