Card snapshot
chiwawa.vercel.app
·
2026-08-11 10:10:39 UTC
·
07c1791d2ace2c8c4532d0a623f4ad111839fb6622ee200040f75f100410531c
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.
{
"agentId": "did:web:chiwawa.vercel.app",
"name": "Chiwawa",
"description": "Unified public registry of AI agents. Automatically discovers, indexes, and tracks agents across A2A and MCP protocols. Provides identity, health status, and capability data for agents in the ecosystem.",
"url": "https://chiwawa.vercel.app",
"version": "0.1.0",
"provider": {
"organization": "Chiwawa",
"url": "https://chiwawa.vercel.app"
},
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"authentication": {
"schemes": []
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "search_agents",
"name": "Search Agents",
"description": "Search the registry for AI agents by name, capability, or protocol type",
"tags": [
"discovery",
"registry",
"search",
"a2a",
"mcp"
],
"examples": [
"Find agents that process invoices",
"List all active A2A agents"
]
},
{
"id": "get_agent",
"name": "Get Agent",
"description": "Retrieve full details, health status, and capability card for a specific agent",
"tags": [
"registry",
"identity",
"health"
],
"examples": [
"Get details for agent ID xyz"
]
},
{
"id": "submit_agent",
"name": "Submit Agent",
"description": "Submit a domain to be crawled and indexed in the registry",
"tags": [
"registry",
"submission",
"indexing"
],
"examples": [
"Add my-agent.example.com to the registry"
]
}
]
}