This skill is available as a machine-readable YAML playbook via the Framelane MCP server.
Load it into any MCP-capable agent to get the complete workflow without writing integration code.
What this skill does
Registers a webhook viaPOST /v1/webhooks, fires a test event to verify the endpoint, and provides a ready-to-use signature verification snippet. The signing secret is returned once — store it securely.
Load via MCP
Inputs
| Name | Required | Description |
|---|---|---|
endpoint_url | required | Your HTTPS endpoint URL |
events | optional | Array of event types to subscribe to. Default: render.completed, render.failed, task.completed, task.failed. |
Output
Returnswebhook_id and signing_secret. The secret is only returned at creation time.

