Discover More Heurist Mesh Agents
Use these endpoints to discover available agents and choose the right tools for a request.
Registry Endpoints
- All agents:
https://mesh.heurist.ai/metadata.json - x402-enabled agents:
https://mesh.heurist.xyz/x402/agents
Discovery Workflow
- Fetch the full registry from
metadata.json - Filter agents by user intent (token intel, DeFi analytics, social signal, wallet analysis, deep research)
- Fetch schemas for a shortlist with
mesh_schemausing repeatedagent_idparams - Compare parameter requirements and per-tool pricing before execution
Example
# Pull full agent registry
curl -sS https://mesh.heurist.ai/metadata.json
# Pull x402-capable agents only
curl -sS https://mesh.heurist.xyz/x402/agents
# Fetch schemas for multiple candidates in one call
curl -sS "https://mesh.heurist.xyz/mesh_schema?agent_id=TokenResolverAgent&agent_id=DefiLlamaAgent&agent_id=AskHeuristAgent"