Skip to content
Back to Agentcard

Card snapshot

docs.agentcard.sh · 2026-07-31 19:17:48 UTC · e71cb9d775bcc48efeb9a5e81b94ed500ca2296a222c28c9ae29d26384710724

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 integrations for AI agents to issue virtual Visa cards, manage card lifecycles, handle wallet funding, authenticate users via OAuth, and enable shopping/purchasing workflows. Agents should reach for this skill when implementing card creation, payment processing, identity verification, balance management, or merchant integrations for users.",
      "tags": [],
      "url": "https://docs.agentcard.sh/.well-known/agent-skills/agentcard/skill.md"
    }
  ]
}