Create a webhook trigger for a saved Rig
hook_createCreate a WEBHOOK TRIGGER for a SAVED rig: returns a secret hook URL; any outside system POSTing that URL fires the rig immediately (no polling), with the POST body threaded in as the rig's run input. Every fire draws on the owner's daily run budget (fail-closed); each hook is rate-limited to 6 fires/minute. The URL is a SECRET — anyone holding it can fire the rig; delete the hook to revoke it. Requires a logged-in identity (Authorization: Bearer ). Cap: 10 hooks per account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rig_id | Yes | UUID of the SAVED rig this webhook fires. | |
| rig_name | No | Optional display name for the hook. |