A record of a specific AI agent being deployed on a specific domain by a specific organisation. Creates the accountability chain: agent → builder → deployer.
ajp:deployedAgentajp:AIAgentrequiredThe agent being deployed
ajp:deployingOrganisationschema:OrganizationrequiredThe business deploying the agent
ajp:deployerPassportIdTextrequiredThe deployer's business verification ID
ajp:deploymentDomainURLrequiredThe domain where the agent is deployed
ajp:deploymentKeyTextrequiredUnique deployment identifier
ajp:deploymentDateDateTimerequiredWhen this deployment began
ajp:deploymentStatusTextrequiredactive / paused / cancelled
ajp:consentMechanismTextHow users are informed they are talking to an AI
ajp:escalationPathTextHow the agent escalates to a human
{
"@context": {
"@vocab": "https://schema.org/",
"ajp": "https://schema.anthonyjamespeacock.com/"
},
"@type": [
"ajp:AgentDeployment"
],
"ajp:deployedAgent": "<ajp:AIAgent>",
"ajp:deployingOrganisation": "<schema:Organization>",
"ajp:deployerPassportId": "<Text>"
}