Card snapshot
aux.prdictionedge.ai
·
2026-08-20 02:10:08 UTC
·
1085348ec5827aaaef26f222609b456dd935b44665e207326792a2aea6ecd870
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": "AUX Transaction Preflight Agent",
"description": "Evaluation-grade pre-transaction screening for duplicate invoices, changed payment destinations, vendor-history anomalies, and signed decision evidence. Synthetic data only; not production payment authorization.",
"supportedInterfaces": [
{
"url": "https://aux.prdictionedge.ai/a2a/v1",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"provider": {
"organization": "PrdictionEdge",
"url": "https://www.prdictionedge.ai"
},
"iconUrl": "https://aux.prdictionedge.ai/favicon.svg",
"version": "0.1.0",
"documentationUrl": "https://aux.prdictionedge.ai/agents",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "transaction-preflight",
"name": "Transaction Preflight",
"description": "Evaluate a caller-supplied synthetic B2B payment scenario for duplicate invoices, payment-destination changes, vendor-history anomalies, and signed decision evidence.",
"tags": [
"transaction-risk",
"payment-preflight",
"duplicate-invoice-detection",
"payment-destination-change",
"signed-receipt",
"synthetic-evaluation"
],
"examples": [
"Check this synthetic proposed payment for a duplicate invoice before an autonomous agent acts.",
"Evaluate a synthetic vendor payment after its destination changed and return evidence with the decision."
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}