Skip to content

API Endpoints

POST /api/webhooks/github

Receives events from GitHub Apps. This is the primary trigger for repository indexing and PR reviews.

Public
  • pull_request.opened / pull_request.synchronize: Triggers a PR review.
  • installation.created: Triggers initial repository discovery.

GET/POST /api/inngest

The endpoint used by the Inngest Cloud/Dev Server to communicate with the application.

Used for function discovery and health checks.


Terminal window
curl -X GET https://api.my-app.com/api/auth/session \
-H "Authorization: Bearer <token>"