Architecture, contracts, SDK reference, and API. Everything you need to build on the definitive agent registry across the blockchain.
| Endpoint | Method | Description |
|---|---|---|
/api/stats | GET | Agent count, chain stats, scan status, 8004scan remote count |
/api/agents | GET | Paginated agents (search, chain filter, sort, verified/x402 flags) |
/api/scan | POST | Fetch batch from 8004scan.io, upsert into local DB |
/api/register-local | POST | Instant local DB insert after on-chain mint |
/api/confirm | GET | Poll 8004scan for specific agent confirmation |
/api/download | GET | Stream full agent list as JSON |
/api/export | GET | Export agents or chains as CSV, JSON, or Markdown |
/api/allchainft | GET | Blockchain connection registry metadata |
/api/setup | GET | Create database schema (run once, requires key) |
/api/import | GET | Bulk import from CSV exports (run once, requires key) |
/api/agents:
page, limit, q (search), chain (filter), sort, dir, verified, x402