Card snapshot
docs.agentcard.sh
·
2026-08-12 01:13:48 UTC
·
4e6e7ce764f2e2dd5bb8556ea2684671dd932dd39b43325af9d11ed7e75c6947
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 agent integrations that need to issue virtual cards, make purchases, manage wallets, or authenticate users. Reach for this skill when implementing card issuing for agents, building messaging agents that shop and pay, integrating OAuth flows, handling KYC/identity verification, or managing card lifecycles and transactions.",
"tags": [],
"url": "https://docs.agentcard.sh/.well-known/agent-skills/agentcard/skill.md"
}
]
}