You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is also a Cloudflare Workers gateway that checks tool calls before execution, including single-use JIT grants for sensitive operations.
The current demo models a SaaS refund workflow: the app checks support context access, refund-history access, human notification requirements, and scoped JIT authority before allowing a Stripe refund.
I would value feedback from OPA users on:
Whether the manifest-to-Rego model feels useful or too high-level.
What policy shape would make the generated Rego easier to adopt.
Whether this belongs as an OPA ecosystem project once the integration matures.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi OPA community,
I am working on AgentID, an open-source project for putting runtime authorization checks in front of AI agent tool execution.
Repo: https://github.com/dinpd/AgentID
Demo: https://agentid-refund-demo.drisw.workers.dev/
Policy builder: https://agentid-policy-builder.pages.dev/
The idea is to make an agent's authority explicit in a manifest, then enforce that authority before tools run. A manifest declares:
The CLI can validate manifests, score risk, and generate starter OPA/Rego policy:
There is also a Cloudflare Workers gateway that checks tool calls before execution, including single-use JIT grants for sensitive operations.
The current demo models a SaaS refund workflow: the app checks support context access, refund-history access, human notification requirements, and scoped JIT authority before allowing a Stripe refund.
I would value feedback from OPA users on:
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions