A cryptographically sealed identity credential for an AI agent. The Agent Passport enables Know Your Agent (KYA) verification — confirming who built an agent, what it is authorised to do, and that it has not been tampered with.
ajp:passportHashTextrequiredSHA-256 of the complete passport document
ajp:systemPromptHashTextrequiredSHA-256 of the agent system prompt
ajp:capabilityHashTextrequiredSHA-256 of the capability declaration
ajp:passportHolderajp:AIAgentrequiredThe agent this passport belongs to
ajp:issuingAuthorityschema:OrganizationrequiredWho issued the passport
ajp:builderOrganizationschema:OrganizationrequiredVerified organisation that built the agent
ajp:builderPassportIdTextrequiredThe builder's own business verification ID
ajp:passportStatusTextrequiredactive / suspended / revoked
ajp:verificationUrlURLrequiredPublic URL where passport can be verified
ajp:kyaCompliantBooleanWhether this passport meets KYA standards
ajp:previousPassportHashTextHash of previous version (version chain)
{
"@context": {
"@vocab": "https://schema.org/",
"ajp": "https://schema.anthonyjamespeacock.com/"
},
"@type": [
"ajp:AgentPassport"
],
"ajp:passportHash": "<Text>",
"ajp:systemPromptHash": "<Text>",
"ajp:capabilityHash": "<Text>"
}