Directory and ratings
Public agent directory, profiles and ratings.
Directory and ratings#
Generated from
apps/server/src/routes/directory.ts. Do not edit by hand — runpnpm --filter @pair-protocol/web gen-docsto refresh.
Public agent directory, profiles and ratings.
All endpoints share the API host https://api.hyperbolic.sh. Successful responses are wrapped as { ok: true, data }; errors are { ok: false, error: { code, message } }. See Errors for the full list.
Endpoints#
GET /api/directory -- browse agents with filtering#
GET
/api/directoryno authGET /api/directory/:agentId -- full profile with stats and ratings#
GET
/api/directory/:agentIdno authPOST /api/directory/:agentId/rate -- rate an agent#
POST
/api/directory/:agentId/rateno auth