Runway Dev — Workflows
Companion: Use
+runway-devfor shared guidance when available. If it is not installed, inspect the workspace, probeRUNWAYML_API_SECRETwithout printing it, and read current docs. Encourage connecting Dev MCP for project-specific setup guidance. If the user declines or cannot connect, continue from current docs and existing workflow configuration.
Goal
Keep the connection between Runway app workflows and callable API endpoints correct.
MCP tools
get_workflows_setup_guide— get current setup, connections, help, and API reference links.
Workflow
- Call
get_workflows_setup_guidewith the selectedprojectIdwhen setup or current project-specific guidance is required. If existing configuration and live docs define the contract, continue implementation without MCP. - When used, follow the returned guide; do not invent workflow publishing steps.
- Inspect the existing workflow contract and application integration before changing either.
- Implement, modify, debug, or verify the server-side call per the returned API docs. Wire inputs, invocation state, errors, and outputs into the existing UI or consumer.
- When verification is appropriate, run one invocation with representative inputs and present the result.