Authorization for your AI agents
OPEN SOURCE · MITPer-user authorization for AI agents: every tool call is filtered by the caller's role, via a policy enforced locally from a signed WASM bundle, with no added latency. Every decision (allow, deny, approval required) is written to the audit log. Works with OpenAI Agents, LangChain, Google ADK and Pydantic AI.
- →Fine-grained control: roles, argument constraints and typed decisions (allow / deny / approval-required)
- →Zero added latency: the policy is evaluated locally, from a signed WASM bundle
- →Traceability: every decision is logged with the caller's identity
