Skip to content
Back to Agentcard

Card snapshot

docs.agentcard.sh · 2026-08-18 16:35:59 UTC · cae02ce662619068ff9cf0e1b479d45f09d0b0527d855f895ca5ca5d458eb9e4

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, managing user cards and balances, processing purchases through the API, or handling identity verification and KYC workflows. Reach for this skill when agents need to pay for things online, when you're connecting users to a payment system, or when you're testing and deploying payment flows to production.",
      "tags": [],
      "url": "https://docs.agentcard.sh/.well-known/agent-skills/agentcard/skill.md"
    }
  ]
}