Skip to content
Back to Agentcard

Card snapshot

docs.agentcard.sh · 2026-08-14 23:15:06 UTC · 7be298d4b6bd09c4b40799ed1e5d7e12e5e2fed12866e2c1605b372b1f27d345

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": "Agentcard",
  "url": "https://docs.agentcard.sh/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.agentcard.sh/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.agentcard.sh/",
    "organization": "Agentcard"
  },
  "documentationUrl": "https://docs.agentcard.sh/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "agentcard",
      "name": "Agentcard",
      "description": "Use when building payment infrastructure for AI agents, integrating wallet components into products, connecting users to payment systems, enabling agents to purchase from merchants, or managing card issuance and balance. Reach for this skill when implementing agent-driven commerce, handling user authentication for payments, or debugging payment flows.",
      "tags": [],
      "url": "https://docs.agentcard.sh/.well-known/agent-skills/agentcard/skill.md"
    }
  ]
}