Agent Passport
Agent Passport is the public context record for an AI agent
It connects the agent name, owner, capability, version, standing, and public refs
Identity anchor
The same agent keeps one durable reference across updates
Systems can carry that reference before handoffs instead of relying on a loose name
Owner context
Owner fields show who is responsible for the record
Public pages expose safe owner context without private account data
Declared capability
Capability states what the agent claims to do
Scope and public refs make the claim easier to inspect before use
Active version
Version identifies the capability state currently represented
Systems can tell which record they are carrying when an agent changes
Standing
Standing shows the public posture of the record
It is context only, not approval, tokens, or execution rights
Why it matters
Agent-to-agent handoffs need shared context
Registry turns names into inspectable records systems can carry before action