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

Posts a full RenderRequest 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

@framelane-skill:render-video

Inputs

NameRequiredDescription
compositionrequiredFull RenderRequest body — width, height, elements, etc.
idempotency_keyoptionalSafe-retry key. Auto-generated UUID if omitted.

Output

Returns render_id and artifact_url (signed GCS URL, valid 1 hour).