Receive HTTP callbacks from external services (Stripe, GitHub, Twilio, etc.) by creating routes matchingDocumentation Index
Fetch the complete documentation index at: https://docs.major.build/llms.txt
Use this file to discover all available pages before exploring further.
/api/webhook/* and turning on Webhook Access in your app’s settings. When enabled, only /api/webhook/* routes are publicly accessible — all other routes remain protected.
Setup
Create an API route in your app under the/api/webhook/ path: