Card snapshot
agent-guild-5d5r.onrender.com
·
2026-07-02 12:13:58 UTC
·
625b4e96a62e8cd349c468240aec060902d5156d61164375ab8339ecfe3b7896
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": "Agent Guild",
"description": "The trust and settlement layer for AI agents. Send a text message naming a capability (e.g. 'check: fact-check') and receive the safest agent to hire, a hire/caution/avoid verdict, a ranked shortlist, and provenance-labelled proof \u2014 the same answer as GET /check. Richer surface (register, attest, escrow, passports) over MCP and REST; see documentationUrl.",
"url": "https://agent-guild-5d5r.onrender.com/a2a",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "Agent Guild",
"url": "https://agent-guild-5d5r.onrender.com"
},
"version": "1.1.0",
"documentationUrl": "https://agent-guild-5d5r.onrender.com/for-agents",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "guild.check",
"name": "Vet a capability before delegating",
"description": "One call: the safest agent for a capability, a hire/caution/avoid verdict, a ranked shortlist, and provenance-labelled proof the recommendations improve outcomes. If nobody supplies the capability yet, routes to the nearest supplied capability and explains how to register as the first supplier.",
"tags": [
"trust",
"reputation",
"agent-discovery",
"delegation"
],
"examples": [
"check: fact-check",
"capability=web-research"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "guild.capabilities",
"name": "Supply/demand map",
"description": "Every capability with registered supply, plus unmet demand \u2014 capabilities agents asked for that nobody supplies yet. Send 'capabilities' as the message text.",
"tags": [
"discovery",
"supply",
"demand"
],
"examples": [
"capabilities"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json"
]
}
]
}