create_video_generation
A write tool on the Elevenlabs MCP server.
This record as markdown: /tools/aiwerk-mcp-server-elevenlabs/create-video-generation.md
What create_video_generation does on Elevenlabs
AI agents use create_video_generation to create or update resources in Elevenlabs, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Elevenlabs environment.
| Parameter | Type | Required | Description |
|---|---|---|---|
seed | number | null | — | |
audio | object | — | |
image | object | — | |
audios | array | — | Up to 10 reference audios, e.g. for lipsync. Cannot be combined with `start_frame`/`end_frame`. |
images | array | — | Up to 30 reference images to draw subjects from. Cannot be combined with `start_frame`/`end_frame`. |
prompt | string | — | A text description of the video to generate. |
videos | array | — | Up to 10 reference videos to draw subjects or motion from. Cannot be combined with `start_frame`/`end_frame`. |
webhook | object | — | |
model_id | string | — | The model to use for the generation. |
end_frame | object | — | |
resolution | string | — | The resolution of the output video. |
start_frame | object | — |
Parameters from the server's own tool schema.
Why create_video_generation is rated Medium
An AI agent can call create_video_generation faster than any human can review: one bad instruction and it creates or modifies resources in Elevenlabs by the hundred, each call as confident as the last.
Risk signalsAccepts URL/endpoint input (webhook) · High parameter count (29 properties)
Attacks that exploit this kind of access
The rule that runs create_video_generation safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Elevenlabs, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For create_video_generation, this is the rule to start with:
create_video_generation stays usable, but capped: an agent stuck in a loop can't make hundreds of changes a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Elevenlabs, apply this rule, and every create_video_generation call is checked against it from then on.
Questions about create_video_generation
create_video_generation is a write tool on the Elevenlabs MCP server. It is categorised as a Write tool in the Elevenlabs MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
create_video_generation accepts 12 parameters: seed, audio, image, audios, images, prompt, videos, webhook, model_id, end_frame, resolution, start_frame. The full parameter table on this page comes from the server's own tool schema.
Register the Elevenlabs MCP server in PolicyLayer and add a rule for create_video_generation: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Elevenlabs. Nothing to install.
create_video_generation is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the create_video_generation rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for create_video_generation. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
create_video_generation is provided by the Elevenlabs MCP server (@aiwerk/mcp-server-elevenlabs). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Elevenlabs, and thousands of servers like it.
This server
Across the catalogue