Card snapshot
www.decisionlog.ai
·
2026-08-24 23:47:54 UTC
·
0b15913db180a34b98671c31d80b05cf43791eb76024b4a0f80e6963e168c5ac
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": "Decision Log Interface Agent",
"description": "Helps agents discover the authenticated Decision Log interfaces used to retrieve immutable Decisions, provenance, supersession history, and reviewable ingestion workflows.",
"supportedInterfaces": [
{
"url": "https://www.decisionlog.ai/api/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"provider": {
"organization": "Decision Log",
"url": "https://www.decisionlog.ai"
},
"iconUrl": "https://www.decisionlog.ai/icon.png",
"version": "1.0.0",
"documentationUrl": "https://www.decisionlog.ai/docs/mcp-agents",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "discover-decision-log-interfaces",
"name": "Discover Decision Log interfaces",
"description": "Returns the canonical REST, GraphQL, CLI, MCP, authentication, and sandbox entry points. Decision reads and writes remain on those scoped, audited product surfaces.",
"tags": [
"decisions",
"provenance",
"supersession",
"api",
"mcp"
],
"examples": [
"How should my agent retrieve the current Decision?",
"Where can I test Decision Log without touching production data?"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"text/plain",
"application/json"
]
}
]
}