Skip to content
Back to Agent Identity Garden

Card snapshot

agent-identity-garden.witness-test.workers.dev · 2026-09-20 21:19:06 UTC · 87e82abb60296eaf408d647a84825607a0e4fda4d65a6906bc3d5dd1e08cf608

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.

{
  "name": "Agent Identity Garden",
  "description": "Experimental public service providing optional persistent identity state for autonomous software agents. Participation is optional.",
  "supportedInterfaces": [
    {
      "url": "https://agent-identity-garden.witness-test.workers.dev/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "version": "0.1.0",
  "documentationUrl": "https://agent-identity-garden.witness-test.workers.dev/docs.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "garden_discovery",
      "name": "Discover Agent Identity Garden",
      "description": "Returns neutral information about the Garden and its canonical machine interfaces. It does not create or modify an identity.",
      "tags": [
        "identity",
        "discovery",
        "agent-service"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}