Skip to main content
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 via POST /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

@framelane-skill:webhook-setup

Inputs

NameRequiredDescription
endpoint_urlrequiredYour HTTPS endpoint URL
eventsoptionalArray of event types to subscribe to. Default: render.completed, render.failed, task.completed, task.failed.

Output

Returns webhook_id and signing_secret. The secret is only returned at creation time.

Signature verification

The skill YAML includes a Python snippet for verifying the HMAC-SHA256 signature on incoming webhook payloads. See Webhooks → Signature Verification for full details.