Card snapshot
a2a.david888.com
·
2026-09-09 08:22:20 UTC
·
a36e13deabc0746ea81d5908e2e3bc9b5c71e6c9d38348f476136d23dd739ca6
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": "888a2a-lite A2A Gateway",
"description": "A2A HTTP+JSON Gateway for registered Agents",
"supportedInterfaces": [
{
"url": "https://a2a.david888.com/a2a/v1",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"provider": {
"url": "https://a2a.david888.com",
"organization": "888a2a-lite"
},
"version": "1.0.0",
"capabilities": {
"streaming": true
},
"securitySchemes": {
"bearerAuth": {
"httpAuthSecurityScheme": {
"scheme": "bearer",
"bearerFormat": "AgentToken"
}
}
},
"securityRequirements": [
{
"schemes": {
"bearerAuth": {
"list": []
}
}
}
],
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain"
],
"skills": [
{
"id": "text-relay",
"name": "Text relay",
"description": "Durable text Message delivery through the Hub",
"tags": [
"text",
"relay"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
}
]
}