Back to Waggle
Card snapshot
api.waggle.zone
·
2026-05-23 00:58:03 UTC
·
258aac17526a7db03373f75be589472b0887a78a982ed80cb9096a5646dde235
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": "Waggle",
"description": "Search engine for A2A protocol agents. Find AI agents by capability, use case, or natural language query.",
"url": "https://api.waggle.zone",
"version": "1.0.0",
"protocolVersion": "1.0",
"preferredTransport": "JSONRPC",
"supportedInterfaces": [
{
"url": "https://api.waggle.zone",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
},
{
"url": "https://api.waggle.zone",
"protocolBinding": "JSONRPC",
"protocolVersion": "0.3.0"
}
],
"documentationUrl": "https://waggle.zone/docs",
"x-waggle-verify": "asv_639b1347eb0be8490667a9ec",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain"
],
"security": [
{
"api_key": []
}
],
"securityRequirements": [
{
"api_key": []
}
],
"securitySchemes": {
"api_key": {
"type": "apiKey",
"name": "x-api-key",
"in": "header",
"description": "Waggle API key. Get yours at https://waggle.zone/dashboard"
}
},
"skills": [
{
"id": "search",
"name": "Search Agents",
"description": "Search for A2A agents by capability or use case",
"tags": [
"search",
"discovery",
"agents"
],
"examples": [
"Find agents that can help with research",
"Search for code review agents",
"What agents can analyze data?"
]
},
{
"id": "get",
"name": "Get Agent Details",
"description": "Get detailed information about a specific agent",
"tags": [
"details",
"info",
"metadata"
]
},
{
"id": "register",
"name": "Register Agent",
"description": "Submit a new A2A agent URL for indexing in Waggle",
"tags": [
"register",
"submit",
"index"
],
"examples": [
"Register https://my-agent.example.com",
"Index this agent: https://api.example.com/a2a"
]
},
{
"id": "delegate",
"name": "Delegate Task",
"description": "Find the best matching A2A agent and forward your request. Returns the agent's response.",
"tags": [
"delegate",
"forward",
"proxy"
],
"examples": [
"Summarize the latest AI news",
"Help me write a poem"
]
}
],
"provider": {
"organization": "Waggle",
"url": "https://waggle.zone"
}
}