$0.01
per call · USD Coin on Base
Agent Guild paid read (best_agent): trust read: which agent to hire for a capability Use when an autonomous agent needs to: which agent should I hire for this capability; find the safest agent to delegate this task; rank agents by trust evidence.
Endpoint
GET https://agent-guild-5d5r.onrender.com/search3
Calls / 30d
2
Unique payers / 30d
Aug 30
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://agent-guild-5d5r.onrender.com/search", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://agent-guild-5d5r.onrender.com/search?capability=discovery-only&limit=20&min_trust=0" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"capability": "fact-check",
"count": 1,
"results": [
{
"attestations_received": 4,
"capabilities": [
"fact-check"
],
"confidence": 0.82,
"did": "did:key:z6MkExampleAgent",
"id": "agent_example",
"metadata": {},
"name": "Example Agent",
"rank": 1,
"trust": 0.93
}
]
}Payment details
0xaa4e3ba0eb5f564cab54ddc08f5baafb3d4ca8e5USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Agent Guild & similar services
BlockRun.AI · EXA Contents
blockrun.ai
Extract full text content from specific URLs. Priced at $0.002/URL — total = urls.length × $0.002.
BlockRun.AI · EXA Search
blockrun.ai
Neural and keyword web search. Optional category filter: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report.
BlockRun.AI · EXA Answer
blockrun.ai
Get an AI-generated answer to a question grounded in live web search results.