Create a new AnyHook app
anyhook_apps_createCreate a webhook app by entering a name and provider source, optionally adding destination URLs. Get an inbound URL right away; events are logged until destinations are added to forward them.
Instructions
Create a new app with a name, provider source, and (optionally) destinations. Returns the inbound URL. The app is active immediately. Created WITHOUT destinations it still receives and LOGS every event (inspect-only), it just delivers nowhere until a destination is added (PATCH /api/v1/apps/{slug} with {"destinations": [...]}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable app name. | |
| source | Yes | Provider name (stripe, github, shopify, ...). Used for signature auto-detection. | |
| api_key | No | API key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio. | |
| destinations | No | Destination URLs that should receive forwarded events. |