A

Agent Guild · Search

by Agent Guild

GETBase

$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/search

3

Calls / 30d

2

Unique payers / 30d

Aug 30

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0xaa4e3ba0eb5f564cab54ddc08f5baafb3d4ca8e5
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Agent Guild & similar services