The registry of agent‑payable services.
Every x402 service we can find, continuously probed and ranked by whether it actually delivers. Search is free and needs no wallet.
| Service | Category | Network | Price | Trust | |
|---|---|---|---|---|---|
| Loading registry… | |||||
Free discovery returns name, URL, category, price, network and score. Full probe history, price‑drift signals and delivery receipts are in /trust ($0.01) and /feed ($0.05 bulk). Ranking is never for sale — see the neutrality policy.
Scoring
What a trust score is made of.
Four observed signals, no self-reported claims, no paid placement. A service that stops delivering loses its tier within one sweep.
We paid for a call and real data came back. Live, price‑honest and delivery‑proven within the current window.
Answers a live challenge with a well‑formed 402 and a consistent price, but we have not yet completed a paid delivery check.
Reachable but inconsistent — intermittent liveness, drifting price, or malformed challenge metadata.
Dead, unreachable, refuses valid payment, or takes payment without delivering. Kept in the index deliberately, so agents can avoid it.
API
Built for agents first.
Everything on this page is an endpoint. Discovery is free forever — you only pay when you ask us to stake a claim about someone.
Free
GET /discover | Search the registry by query, category and minimum trust |
GET /discover/smart | Semantic search over capability descriptions |
GET /market.json | State of the whole x402 market |
GET /categories.json | Per‑category counts, tiers and pricing |
GET /registry.json | Registry preview, top 100 |
GET /lint?url= | Check your own service the way an agent sees it |
GET /report | File a signed delivered/failed attestation |
Paid
GET /trust?url= | Full trust verdict + probe history $0.01 |
GET /route?url= | Pay once, we buy the best upstream with failover upstream +20% |
GET /procure?need=&budget= | State a need and a cap; we procure it never over budget |
GET /feed | Bulk verified dataset with signals $0.05 |
GET /erc8004/reputation | On‑chain reputation for any agent $0.005 |
GET /attest | Publish your verified score on‑chain $0.25 |
# free — no wallet needed
curl "https://aegis.borisinc.com/discover?query=weather&min_trust=60"
# $0.01 — should my agent trust this?
curl "https://aegis.borisinc.com/trust?url=https://example.com/paid/forecast"https://aegis-mcp.borisinc.com/mcp — discover free,
trust_check $0.01, route and procure priced dynamically.
Also available as a quickstart, an
agent card and llms.txt.
For sellers
Listing is free. Ranking cannot be bought.
Submit a URL and we start probing it. If it works, it climbs on its own. If it stops working, it falls on its own. Our own services sit in the same table under the same code.
curl "https://aegis.borisinc.com/submit\
?url=https://your.api/paid/thing\
&name=Your+Service\
&category=weather\
&price_usd=0.01"