Card snapshot
ga5-tds.onrender.com
·
2026-07-24 17:50:58 UTC
·
f8ea896688d736dbc8f8e7e5a8d6ca36255d342979b49ab42e691e4a48d40ed1
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": "1.0",
"name": "GA5 Invoice Action Agent",
"description": "Reads batches of long, noisy invoice case files, extracts the decisive facts and evidence, proposes exactly one business action per package, and executes only the actions the caller returns an accepted tool receipt for.",
"version": "1.0.0",
"preferredTransport": "HTTP+JSON",
"url": "https://ga5-tds.onrender.com/a2a/",
"provider": {
"organization": "TDS GA5",
"url": "https://ga5-tds.onrender.com/a2a/"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": true,
"extendedAgentCard": false
},
"supportedInterfaces": [
{
"url": "https://ga5-tds.onrender.com/a2a/",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"defaultInputModes": [
"application/vnd.ga5.invoice-claim-batch+json",
"application/vnd.ga5.invoice-action-results+json",
"application/json"
],
"defaultOutputModes": [
"application/vnd.ga5.invoice-action-proposals+json",
"application/vnd.ga5.invoice-action-receipts+json",
"application/json"
],
"securitySchemes": {
"bearerAuth": {
"type": "http",
"scheme": "bearer",
"description": "Per-tenant Bearer token; each token is a distinct principal."
}
},
"security": [
{
"bearerAuth": []
}
],
"skills": [
{
"id": "invoice_action_agent",
"name": "Invoice Action Agent",
"description": "Reconciles invoices, purchase orders, goods receipts, credit notes and policy memos inside a claim batch, then chooses one of settle_invoice, request_approval, hold_invoice, reject_duplicate or open_exception per package with verbatim source evidence, and finalises accepted actions against grader tool receipts.",
"tags": [
"invoice",
"accounts-payable",
"reconciliation",
"approval",
"duplicate-detection",
"exception-handling",
"a2a"
],
"examples": [
"Propose one action for each package in invoice claim batch BATCH-2031.",
"Finalise the approved proposals using these tool receipts."
],
"inputModes": [
"application/vnd.ga5.invoice-claim-batch+json",
"application/vnd.ga5.invoice-action-results+json"
],
"outputModes": [
"application/vnd.ga5.invoice-action-proposals+json",
"application/vnd.ga5.invoice-action-receipts+json"
]
}
]
}