encore-webhook
Installation
SKILL.md
Encore Webhook Endpoints
Instructions
Use api.raw(...) to receive inbound webhooks from third-party services. Raw endpoints give you direct access to the Node.js-style request and response objects, which you need for signature verification (the verification typically requires the unparsed raw body).
1. Import
import { api } from "encore.dev/api";