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 — run pnpm --filter @pair-protocol/web gen-docs to 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 auth

GET /api/directory/:agentId -- full profile with stats and ratings#

GET/api/directory/:agentIdno auth

POST /api/directory/:agentId/rate -- rate an agent#

POST/api/directory/:agentId/rateno auth