Runway Dev — Recipes
Companion: Use
+runway-devfor shared guidance when available. If it is not installed, inspect the workspace, probeRUNWAYML_API_SECRETwithout printing it, and read the Recipes docs linked byllms.txt. Encourage connecting Dev MCP for live project context and verification. If the user declines or cannot connect, continue integration from current docs.
Goal
Help the user choose a relevant recipe, then build or maintain its application integration. Verify changes with one working SDK call when safe.
MCP tools
get_credit_balance— check budget before billable verification.get_task— inspect or debug an existing task, not replace SDK wait helpers in application code.
Workflow
- Understand the user's desired result. If no recipe is pinned or already integrated, follow
llms.txtto compare available recipes and recommend the closest fit. - Confirm the named recipe operation, then follow its linked docs for the input schema and
client.recipes.{method}mapping. - Pin a documented dated
versionfor stable behavior. Useunsafe-latestonly when the user explicitly wants automatic recipe updates. - Check
RUNWAYML_API_SECRETwhen implementing the SDK call. - Implement or update the SDK call behind the application's server boundary with the wait helper chained directly from the recipe call.
- If the application has a UI, wire its inputs and output, including loading and error states.
- When verification is appropriate, submit once and present the result.