{
  "id": "api-webhooks",
  "kind": "api",
  "summary": "First-class webhooks both ways: a signature-verified INCOMING receiver (*.webhook.tsx, genericProvider HMAC) that rejects unsigned/forged requests before your handler runs, plus an OUTGOING event declared with defineEvent({ …, webhook }) that a mutation publishes to subscribed targets via a durable delivery workflow.",
  "tags": ["api", "webhooks", "integrations", "hmac", "signature", "stripe", "events"]
}
