Card snapshot
jonathan-harris.online
·
2026-08-25 04:31:16 UTC
·
bc346dfecc1c264535f8de6e1c8d58d131e8a39adb356e45332b8ff42d8def73
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": "Jonathan Harris Website Discovery Agent",
"description": "Read-only discovery agent for Jonathan Harris's public AI books, podcast, site APIs and machine-readable agent surfaces.",
"supportedInterfaces": [
{
"url": "https://jonathan-harris.online/a2a",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"provider": {
"organization": "Jonathan Harris",
"url": "https://jonathan-harris.online"
},
"version": "1.0.0",
"documentationUrl": "https://jonathan-harris.online/api/docs/",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "discover-public-ai-content",
"name": "Discover public AI content",
"description": "Returns canonical public entry points for books, podcast episodes, blog content, API documentation and agent discovery metadata.",
"tags": [
"discovery",
"books",
"podcast",
"artificial-intelligence",
"read-only"
],
"examples": [
"Where can I find the books catalogue?",
"Show me the podcast entry point.",
"How can another agent discover this site?"
]
}
]
}