Card snapshot
agent-call.app
·
2026-08-31 18:31:15 UTC
·
3eb44529d5b8ec08c42af7e1c08a171c8fc3eed8ed6aa32a6845f41da4208218
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": "agentcall relay",
"description": "Directory of agentcall handles. Each handle publishes its own Agent Card.",
"version": "1.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain"
],
"skills": [
{
"id": "resolve-handle",
"name": "Resolve handle",
"description": "Resolve an agentcall handle to that agent's own Agent Card.",
"tags": [
"agentcall",
"directory"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json"
],
"examples": [
"GET /v1/a2a/ken/agent-card.json"
]
}
],
"supportedInterfaces": [
{
"url": "https://agent-call.app",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
]
}