AI & ML22 toolsPaste one API key
Runway integration for AI agents
Runway provides generative AI APIs for creating and transforming video, images, audio, avatars, voices, and media workflows.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Runway once and call the same tools from all of them.
Setup
Connect Runway through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Runway exposes 22 tools through ClawLink. The 21 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
runway_get_document | Get one Runway knowledge document, including its full content and the avatars that currently | Read |
runway_get_organization | Return the connected Runway organization's credit balance, monthly credit spend cap, exact | Read |
runway_get_task | Get the current status, cost, output URLs, and failure details for a Runway generation task | Read |
runway_get_usage | Return daily Runway credit usage by model for an optional UTC date range of up to 90 days | Read |
runway_get_workflow | Get a published Runway workflow version and its graph so node IDs and output keys can be | Read |
runway_get_workflow_invocation | Get the current status, completed node output URLs, and node or invocation failure details for | Read |
runway_list_documents | List Runway knowledge documents one page at a time, with sorting and an opaque continuation | Read |
runway_list_workflows | List the connected account's published Runway workflows and their available versions, ordered | Read |
runway_create_document | Create a Runway knowledge document from markdown or plain text for reuse by avatar workflows | Write |
runway_create_ephemeral_upload | Create only a temporary Runway media upload slot and return its presigned multipart form | Write |
runway_generate_image | Start a Runway text-to-image or reference-guided image generation task and return its task ID | Read |
runway_generate_sound_effect | Generate an audio effect from a text prompt and return the task ID and estimated credit cost | Read |
runway_generate_speech | Synthesize speech with Runway using an exact model-specific voice and option contract, then | Read |
runway_generate_video_from_image | Animate one or more input images with a selected Runway model and return the task ID and | Read |
runway_generate_video_from_text | Start a Runway text-to-video task with a model-specific typed request and return its task ID | Read |
runway_run_workflow | Invoke a published Runway workflow, optionally overriding graph node outputs, and return the | Read |
runway_transform_video | Transform or restyle an existing video with Runway and return the created task ID and estimated | Read |
runway_update_document | Change the name, content, or both for an existing Runway knowledge document | Write |
runway_upscale_image | Start a Runway image upscaling task and return its task ID and estimated credit cost | Read |
runway_upscale_video | Start a Runway video upscaling task and return its task ID and estimated credit cost | Read |
runway_cancel_task | Cancel a running Runway task or delete its task record | Write |