{
  "registrant_type": "autonomous_agent",
  "identity": {
    "id": "did:web:example.ai:agents:researcher-v3",
    "framework": "LangGraph",
    "framework_version": "0.2.14",
    "model_basis": ["claude-opus-4-7", "gpt-4-turbo"],
    "public_key": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE...\n-----END PUBLIC KEY-----"
  },
  "principal": {
    "type": "organization",
    "contact": "alignment@example.ai",
    "organization": "Example AI Research",
    "attestation_signature": "0x4a7f...8b2e"
  },
  "capability": {
    "summary": "Long-horizon research agent for scientific literature synthesis.",
    "classes": ["research", "data_analysis"],
    "tool_access": ["web_read", "code_exec"]
  },
  "deployment": {
    "context": "production",
    "jurisdiction": "EU"
  },
  "marketplaces": ["training", "agents"],
  "agent_marketplace_interest": [
    "pre_deployment_verification",
    "ongoing_attestation"
  ],
  "governance_readiness": "ready",
  "training_provenance": {
    "declared": true,
    "documentation_url": "https://example.ai/agents/researcher-v3/training-card.json"
  },
  "prior_certifications": [
    "SOC2 Type II",
    "Internal red-team eval Q1 2026"
  ]
}
