API Reference
The local API scaffold exposes intro request, match, and webhook endpoint routes under /api/v1. It is built for SDK, CLI, and MCP integration development before the graph-backed production API is wired in.
GET /api/v1/intro-requests
POST /api/v1/intro-requests
GET /api/v1/intro-requests/:id
GET /api/v1/matches?requestId=...
GET /api/v1/webhooks
POST /api/v1/webhooksBack to documentation