Reference
API endpoints
Webhook receivers, OAuth callbacks, and install routes.
Full reference is being written.
Will cover
POST /webhooks/linear— Linear webhook receiver. Signature verification viaLINEAR_WEBHOOK_SECRET.POST /webhooks/github— GitHub App webhook receiver. Signature verification viaGITHUB_APP_WEBHOOK_SECRET.GET /install/linear— start Linear OAuth install flow.GET /install/linear/callback— Linear OAuth callback.GET /install/github— start GitHub App install flow.GET /install/github/callback— GitHub App install callback.GET /healthz— liveness probe.