registryajp:AgentDeployment
AJP AI AGENT SCHEMA STANDARD

ajp:AgentDeployment

extends schema:Thing

A record of a specific AI agent being deployed on a specific domain by a specific organisation. Creates the accountability chain: agent → builder → deployer.

REQUIRED PROPERTIES (7)
ajp:deployedAgentajp:AIAgentrequired

The agent being deployed

ajp:deployingOrganisationschema:Organizationrequired

The business deploying the agent

ajp:deployerPassportIdTextrequired

The deployer's business verification ID

ajp:deploymentDomainURLrequired

The domain where the agent is deployed

ajp:deploymentKeyTextrequired

Unique deployment identifier

ajp:deploymentDateDateTimerequired

When this deployment began

ajp:deploymentStatusTextrequired

active / paused / cancelled

OPTIONAL PROPERTIES (2)
ajp:consentMechanismText

How users are informed they are talking to an AI

ajp:escalationPathText

How the agent escalates to a human

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