Agent passports
Verifiable certificates for every agent in your fleet. Workload identity that survives restarts, redeploys and scale-out — with instant revocation when an agent goes rogue. One call, revoked everywhere.
The security layer for AI agent infrastructure
Every agent gets a verifiable passport. Every action gets a signature. Authority is earned through five graduated trust levels — and proven with tamper-evident receipts.
( Manifesto )
API keys were built for code that waits to be called. Autonomous agents act — they spend, deploy, delete and negotiate on your behalf. AgentPass gives every agent a verifiable passport, signs every action it takes, and meters its authority through five graduated trust levels. Not a dashboard after the fact. A control plane in the request path.
( The platform )
Verifiable certificates for every agent in your fleet. Workload identity that survives restarts, redeploys and scale-out — with instant revocation when an agent goes rogue. One call, revoked everywhere.
MCPS signs every call an agent makes — payments included — with per-call replay protection and tool-hash pinning. If the request wasn't signed by the passport, it doesn't happen. No vibes, just verification.
Authority is earned, not assumed. Five trust levels gate what an agent can touch and what it can spend — from L0 sandbox to L4 autonomy. Trust builds slowly and burns fast, exactly like it should.
Continuous behavioural monitoring watches how every agent actually behaves. Anomalies burn trust scores in real time, the kill switch ends a bad day instantly, and a hash-chained audit trail makes the whole story tamper-evident.
( Trust levels )
Every agent starts at zero. Behaviour, age and track record move its score — and its score sets hard limits on every transaction. No exceptions, no overrides without a human.
( How it works )
AgentPass sits in the request path, not in a quarterly review. Four moves, running continuously, for every agent you operate.
An agent enrols and receives its passport — a verifiable certificate bound to its workload identity. It starts at L0 with zero authority and nothing to lose.
Every call the agent makes carries a cryptographic signature with replay protection and pinned tool hashes. Servers verify before they execute — unsigned means undone.
Behavioural monitoring turns conduct into a live trust score. Clean history earns authority slowly; anomalies burn it instantly. The score is the policy.
Scopes, spend limits and daily caps follow the trust level automatically. When something is wrong, revocation is one call and the kill switch is instant — with a tamper-evident audit trail of everything that happened.
( Why trust us )
( Integrate )
AgentPass is not just for AI chatbots. Any system that acts autonomously needs cryptographic identity, trust gating and an audit trail. Three lines of code. Any language. Any device.
pip install agentpass-sdk from agentpass import AgentPass ap = AgentPass(endpoint, api_key)
That is all it takes to add cryptographic identity and trust enforcement to any autonomous system.
pip install agentpass-sdknpm install @proofxhq/agentpassany language, over HTTPSC SDK on requestEvery agent gets a certificate. Every action gets a signature. Every decision is trust-gated from L0 to L4. Every critical action requires human approval. Every event lands on a tamper-evident audit trail.
If it acts autonomously, it needs AgentPass.