Skip to content
Back to Verified Digital Agents (VDA)

Card snapshot

getvda.ai · 2026-08-02 11:06:30 UTC · f40d04868e320ba2931183067398c31bd73fc888e591aec7e5422c8211aeb507

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "$comment": "Discovery card for the Verified Digital Agents (VDA) suite at https://getvda.ai. Describes this site's own public HTTP/JSON skills for agent/crawler discoverability, and cross-links the individual services' signed A2A cards under 'relatedServices'. This card is informational (REST over HTTPS); it is NOT a signed JSON-RPC A2A endpoint. Each service (Witness, C2MD, ACP, Onboarding) publishes its own signed card.",
  "name": "Verified Digital Agents (VDA)",
  "description": "Governance for AI agents that you can prove \u2014 a composable suite. Witness seals and anchors decisions; C2MD turns compliance standards into governance agents can follow; ACP holds governance in git and reviews, tests and signs changes; Onboarding admits agents and issues verifiable credentials; human-in-the-loop surfaces what exceeds an agent's limits. Git holds the rules, Witness holds the events. Governance lives in plain Markdown, so VDA governs best-of-breed agents from any provider or framework.",
  "url": "https://getvda.ai",
  "documentationUrl": "https://getvda.ai/llms.txt",
  "version": "1.0.0",
  "preferredTransport": "HTTP+JSON",
  "provider": {
    "organization": "Verified Digital Agents",
    "url": "https://getvda.ai"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/event-stream"
  ],
  "relatedServices": [
    {
      "name": "Witness",
      "card": "https://witness.getvda.ai/.well-known/agent-card.json",
      "did": "https://witness.getvda.ai/.well-known/did.json",
      "mcp": "https://witness.getvda.ai/api/witness/mcp",
      "openapi": "https://witness.getvda.ai/openapi.json"
    },
    {
      "name": "C2MD",
      "card": "https://c2md.getvda.ai/.well-known/agent-card.json"
    },
    {
      "name": "ACP",
      "card": "https://acp.getvda.ai/.well-known/agent-card.json"
    },
    {
      "name": "Onboarding",
      "card": "https://onboard.getvda.ai/.well-known/agent-card.json"
    }
  ],
  "skills": [
    {
      "id": "generate-governed-journey",
      "name": "Generate a governed journey",
      "description": "Generate a 4-stage governed agent journey plus its C2MD governance files (AGENTS, SOP, SKILL, EXCEPTION) for a given industry.",
      "tags": [
        "governance",
        "c2md",
        "ai-agents",
        "compliance"
      ],
      "endpoint": "POST https://getvda.ai/api/agents/journey/generate"
    },
    {
      "id": "run-governed-simulation",
      "name": "Run a governed simulation",
      "description": "Run the generated agents against synthetic stage data with real \u00a72.1 preflight and governed evaluation; streams each decision (PASS / ESCALATE / exception / SYSTEM_ERROR) sealed to the Witness audit trail.",
      "tags": [
        "enforcement",
        "audit",
        "witness",
        "streaming"
      ],
      "endpoint": "POST https://getvda.ai/api/agents/scenario/run-sim"
    },
    {
      "id": "generate-eu-ai-act-evidence",
      "name": "Generate EU AI Act conformance evidence",
      "description": "Produce an audit-ready EU AI Act conformance report from the run, with deterministic Annex III risk classification. Draft for compliance-officer sign-off (DEMO DATA / DRAFT / ATTESTED lifecycle).",
      "tags": [
        "eu-ai-act",
        "compliance",
        "evidence",
        "risk-classification"
      ],
      "endpoint": "POST https://getvda.ai/api/evidence/eu-ai-act"
    },
    {
      "id": "generate-dpia",
      "name": "Generate a sample DPIA",
      "description": "Produce a sample GDPR Article 35 Data Protection Impact Assessment from the journey governance and Witness trail. Draft for compliance-officer sign-off.",
      "tags": [
        "gdpr",
        "dpia",
        "privacy",
        "evidence"
      ],
      "endpoint": "POST https://getvda.ai/api/evidence/dpia"
    }
  ]
}