Card snapshot
docs.agentcard.sh
·
2026-08-11 01:44:44 UTC
·
cf37aff51fabee866d0faa3362270898aae8198cfb606a1f09c18a4771d6e084
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 AI agents that need to issue virtual cards, make purchases, or handle payments on behalf of users. Reach for this skill when implementing card creation, wallet funding, identity verification, shopping automation, or payment processing for messaging agents, web apps, or any agent-driven commerce platform.",
"tags": [],
"url": "https://docs.agentcard.sh/.well-known/agent-skills/agentcard/skill.md"
}
]
}