An agent passport is a cryptographically signed credential that every autonomous AI agent carries. It proves who runs the agent, what it's authorized to do, which jurisdictions it operates under, and how it can be revoked. Think of it as a passport for a country, but the country is "autonomous AI in the regulated economy."
Every passport AiEGIS issues encodes five universal pillars. Each pillar is a runtime-enforced policy, not just policy on paper.
A passport is a JSON structure with a cryptographic signature over its canonical bytes. Operators issue passports through AiEGIS; verifiers (anywhere in the world) can validate them with the public key registry.
In narrative form: "Agent customer-support-bot-1, operated by acme-corp, is a high-risk customer-support agent with capabilities {respond_to_email, escalate_to_human}, operating under {EU, GDPR} jurisdictions, with audit trail anchored to issuance event 0xabc..., revocable by operator at any time."
For developers, the canonical schema is at docs/agent-passport-schema. A trimmed example:
Two signatures: one over governance state (rotated independently), one over the whole passport (covers everything as outer Merkle leaf).
The regulatory case. The EU AI Act, GDPR, and NIST AI RMF all require accountability and traceability for AI systems. By 2026, agent identity becomes a hard prerequisite, not a nice-to-have. A government can enforce its AI Act only if the agents operating in its jurisdiction can be identified, audited, and revoked.
The accountability case. Banks, healthcare providers, government agencies — none of these can deploy autonomous agents without a kill switch and an audit trail. The board, the regulator, and the customer all need to know who is responsible for what an agent does, and how to stop it if it misbehaves.
The interoperability case. An agent without a passport cannot enter Grid, the worldwide marketplace where autonomous agents transact with each other. Cross-organization agent commerce only works if every party can prove who they are and what authority they carry.
AiEGIS is the runtime that issues, enforces, and verifies passport contracts. Three steps: