Least-Privilege Enforcement
Agents can only take actions explicitly authorized by policy. Stipul enforces the rules before anything happens.
Stipul is an open-source runtime authorization and audit layer for AI agents. It enforces policy before tool execution, records every decision, and produces cryptographic proof you can verify.
$ pipx install stipul $ stipul demo proof # Run the demo. See control. Verify the proof.
Agents can only take actions explicitly authorized by policy. Stipul enforces the rules before anything happens.
Every decision is recorded in the Chronicle and cryptographically sealed. You get evidence you can trust.
Verify locally, offline, anytime. Tamper with evidence and trust is instantly rejected.
The Charter defines policy. Writ enforces it before execution. Chronicle records the decision. Seal verifies the evidence.
Defines what agents can and cannot do. Deterministic. Auditable. Clear.
Interposes on agent actions and enforces policy in real time.
Records every decision with full context for a complete audit trail.
Produces a cryptographic seal so anyone can verify integrity and authenticity.
Run the demo. Break the evidence. Verify the result.