Creatomate

Creatomate is an API for generating and managing automated videos, images, GIFs, and reusable media templates.

7 actions Integration catalog
Request access
Connect Creatomate once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create RenderCREATOMATE_CREATE_RENDER
Start one asynchronous image, video, or GIF render from either a template or a direct RenderScript. The call consumes render credits and returns the initial status; use Get Render to check completion.
Create TemplateCREATOMATE_CREATE_TEMPLATE
Create a reusable project template from a RenderScript without starting a render, returning the saved template and any non-fatal warnings.
Delete TemplateCREATOMATE_DELETE_TEMPLATE
Permanently delete one project template. Existing renders created from the template are unaffected.
Get RenderCREATOMATE_GET_RENDER
Return the current status and available output metadata for one asynchronous render; terminal statuses are succeeded and failed.
Get TemplateCREATOMATE_GET_TEMPLATE
Return one project template including its complete RenderScript source.
List TemplatesCREATOMATE_LIST_TEMPLATES
Return metadata for every template in the connected project, optionally filtered by any of the supplied comma-separated tags; RenderScript source is not included.
Update TemplateCREATOMATE_UPDATE_TEMPLATE
Partially update a template's name, replacement tag list, or complete replacement RenderScript source; omitted fields remain unchanged.