Execution pattern
Decide what an agent may read, and what it may keep.
An agent retrieves documents into context, or writes what it learned into durable memory.
Retrieval quietly widens the blast radius of every later action. Data the actor was never entitled to read becomes data the agent can act on — and, once written to memory, data it carries into unrelated sessions.
The signals available at the moment of the action, and the rule that judges them.
Restrict retrieval to what the actor is entitled to read, and refuse durable writes of classified content.
Retrieval proceeds within the actor's entitlement.
A broader scope waits on the data owner.
The retrieval or the memory write does not happen.
Fork one and change the thresholds. Available today on 5 platforms.
Gates retrieval and external API calls that touch regulated records — restricted subjects never leave the boundary.
langchain
Privileged-access and production-change controls for ServiceNow ITSM — proving every change followed the approved path.
servicenow
Access, change, and procurement gates for internal automation — prove every sensitive change followed the approved path.
servicenow
Cloud spend, discount, and entitlement gates — stop runaway burn, margin leakage, and unsupported entitlement changes.
sdk
Holds account changes on regulated or restricted customers until the right reviewer signs the record.
salesforce
When a termination event lands, prove access and payroll were actually revoked — not just ticketed.
workday
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.