registryajp:AgentPassport
AJP AI AGENT SCHEMA STANDARD

ajp:AgentPassport

extends schema:EducationalOccupationalCredential

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.

WIKIDATA
Q1130645
REQUIRED PROPERTIES (9)
ajp:passportHashTextrequired

SHA-256 of the complete passport document

ajp:systemPromptHashTextrequired

SHA-256 of the agent system prompt

ajp:capabilityHashTextrequired

SHA-256 of the capability declaration

ajp:passportHolderajp:AIAgentrequired

The agent this passport belongs to

ajp:issuingAuthorityschema:Organizationrequired

Who issued the passport

ajp:builderOrganizationschema:Organizationrequired

Verified organisation that built the agent

ajp:builderPassportIdTextrequired

The builder's own business verification ID

ajp:passportStatusTextrequired

active / suspended / revoked

ajp:verificationUrlURLrequired

Public URL where passport can be verified

OPTIONAL PROPERTIES (2)
ajp:kyaCompliantBoolean

Whether this passport meets KYA standards

ajp:previousPassportHashText

Hash of previous version (version chain)

EXAMPLE JSON-LD
{
  "@context": {
    "@vocab": "https://schema.org/",
    "ajp": "https://schema.anthonyjamespeacock.com/"
  },
  "@type": [
    "ajp:AgentPassport"
  ],
  "ajp:passportHash": "<Text>",
  "ajp:systemPromptHash": "<Text>",
  "ajp:capabilityHash": "<Text>"
}
MACHINE ENDPOINT
GET /api/schema/AgentPassport
Accept: application/ld+json
View raw JSON-LD →
OTHER TYPES