Card snapshot
14a-demo.tositron336.workers.dev
·
2026-08-29 04:21:05 UTC
·
3871317a9e62f5a8c0875522de70582f0838a34c1acf6f784b8eeadbc894b47d
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.
{
"protocolVersion": "0.3.0",
"name": "14A Demo - Client Report Compiler Agent",
"description": "Accepts a client name, date range, and performance metrics, compiles them into a report, and stores it. Standalone demo build for 14A.",
"url": "https://14a-demo.tositron336.workers.dev/a2a",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "14A",
"url": "https://14a.dev"
},
"version": "1.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "compile-client-report",
"name": "Compile client report row",
"description": "Takes a client name, date range, and metrics and saves a formatted report entry.",
"tags": [
"reporting",
"marketing-agency",
"client-reporting"
],
"examples": [
"Log this week's report for Acme Corp: spend $1200, impressions 45000, clicks 890, conversions 34."
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"security": [
{
"bearerAuth": []
}
],
"securitySchemes": {
"bearerAuth": {
"type": "http",
"scheme": "bearer",
"description": "Static bearer token."
}
}
}