Create a workflow
render_create_workflowCreate a new workflow service on Render by specifying build config, runtime, run command, and region. Supports environment variables and autodeploy triggers.
Instructions
Create a workflow. Create a new workflow service with the specified configuration. Calls POST /workflows on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| region | Yes | Defaults to "oregon" | oregon |
| envVars | No | ||
| ownerId | Yes | ||
| runCommand | Yes | The command to run the workflow | |
| buildConfig | Yes | ||
| autoDeployTrigger | No | Controls autodeploy behavior. "commit" deploys when a commit is pushed to the branch. "checksPass" waits for CI checks to pass before deploying. "off" disables autodeploy. | commit |