A2A agent-card + delegated-authority trust-chain validation > KYA-OS identity attestation > spend-policy simulation.
The delegated-authority model this workflow checks follows established precedent: KERI delegated identifiers and their witness model, ratified by the Trust over IP Foundation in January 2026, and the vLEI organizational-identity framework (ISO 17442-3), with Urbit ID as earlier prior art for sponsored, hierarchical namespaces. The named upgrade path for portable, key-rotation-tolerant identifiers is did:webvh.
validate_a2a_trust_chain{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "validate_a2a_trust_chain",
"arguments": {}
},
"id": 1
}
check_agent_attestation{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "check_agent_attestation",
"arguments": {}
},
"id": 1
}
simulate_spend_policy{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "simulate_spend_policy",
"arguments": {}
},
"id": 1
}