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
Posts a fullRenderRequest body to POST /v1/renders, then waits for completion via webhook or polling and returns the signed artifact URL. Handles idempotency, rate limit backoff, and quota errors.
Load via MCP
Inputs
| Name | Required | Description |
|---|---|---|
composition | required | Full RenderRequest body — width, height, elements, etc. |
idempotency_key | optional | Safe-retry key. Auto-generated UUID if omitted. |
Output
Returnsrender_id and artifact_url (signed GCS URL, valid 1 hour).
