n8n_create_workflow
Create a workflow on a live n8n instance by posting workflow JSON. Strips read-only fields and creates the workflow inactive; use with n8n_activate_workflow to activate.
Instructions
Create a workflow on a live n8n instance (requires N8N_API_URL + N8N_API_KEY). Strips read-only fields (id, active, createdAt, ...) before posting. Workflows are created inactive — call n8n_activate_workflow afterward. Pairs with n8n_generate_workflow for end-to-end 'describe -> deploy'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow | Yes | Workflow JSON to create (typically the output of n8n_generate_workflow). Either a parsed object or a JSON string. |