Waggle
api.waggle.zone
· Waggle
Search engine for A2A protocol agents. Find AI agents by capability, use case, or natural language query.
api.waggle.zone via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 56/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-23 00:58:03 current | 258aac17526a… |
view → |
Endpoints
| Agent card | https://api.waggle.zone/.well-known/agent-card.json |
| Provider | https://waggle.zone |
| Docs | https://waggle.zone/docs |
Skills · 4 declared · mapped to canonical taxonomy
Search for A2A agents by capability or use case
Get detailed information about a specific agent
Submit a new A2A agent URL for indexing in Waggle
Find the best matching A2A agent and forward your request. Returns the agent's response.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.waggle.zone) [](https://agenstry.com/agents/api.waggle.zone) [](https://agenstry.com/agents/api.waggle.zone) [](https://agenstry.com/agents/api.waggle.zone)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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"
}
}