Who approved this agent's access?
There should be a name, a timestamp, and a policy behind every action your agent can take.
Authority receipts with named approvers, timestamps, and policy references.
Three questions every team must answer before shipping AI agents. Permission Protocol answers all three.
If an AI agent can act in production, these controls need to exist before it ships.
There should be a name, a timestamp, and a policy behind every action your agent can take.
Authority receipts with named approvers, timestamps, and policy references.
When an agent makes a bad call at 3 AM, something needs to stop it.
Kill switch, human escalation gates, and a policy engine that fails closed.
Regulators and customers will ask how you control your AI agents.
Immutable audit trail mapped to OWASP, NIST, ISO 42001, and EU AI Act.
Every consequential AI action flows through Permission Protocol before execution.
receipt = pp.authorize( action="deploy", resource="billing-service")deploy(receipt) # Pipeline verifies the receiptNIST AI Agent StandardsOfficial Respondent
Published onnpm & PyPI
Open SourceSDK
Every authorized action produces a signed, portable, verifiable receipt.
Fail closed. Evidence, not logs.
✓ ACTION AUTHORIZED
Deploy → billing-service
permissionprotocol.com/r/8f91c2
Add approval guards to any AI agent in seconds.
from permission_protocol import require_approval@require_approvaldef deploy_service(): deploy("billing-api")# Agent calls deploy_service()# -> Paused until authorized# -> Receipt issued# -> Execution continuesThe market is building around agent visibility. Enforcement is still missing.
The assessment layer is getting crowded. The enforcement layer is wide open.
Require an authority receipt before any AI-initiated deployment reaches production.
Block destructive database mutations unless a signed receipt is present.
Ensure every AI-initiated payment or transfer has explicit authorization.
Prove who authorized access to sensitive customer or internal data.
Require receipt verification at API gateways for high-impact endpoints.
Ensure downstream agents carry valid authority receipts from upstream approvals.
Open source for individual repos. Enterprise plans for organizations that need enforcement at scale.
Install the SDK, issue authority receipts, and enforce before execution in minutes.
Get Started FreeHuman-in-the-loop approvals, self-hosted authority, and compliance-grade audit proof.
Talk to Us