Create a new workflow
Creates a new workflow for the authenticated organization
Body
Name of the workflow to create
1"My New Workflow"
Array of workflow block initializers to initialize the workflow with
- Login
- Form Block
- Mouse Block
- Hover Block
- Search
- Input
- Date Input
- Extract
- Generate
- Extract Images
- API
- Loop
- GoBack Block Initializer
- Close Page Block Initializer
- Close Popup Block Initializer
- Multistep Block Initializer
- If
- Exit From Loop
- Next
- FailOnCondition
- Option 22
- FillDocument
- Dropdown
- Wait Block Initializer
- WaitForCondition Block Initializer
- Wait For Captcha Solve Block Initializer
- Option 28
- Option 29
- Option 30
- Download File Block
- Save As PDF Block
- CodeV2
- QueryKnowledgeBase
- FindDocument
- Transform
- ParseDocument
- Parse to CSV
- RefreshPage Block Initializer
- Fill Spreadsheet
- SendEmail
- RemovePagesFromPdf
- UnzipFile
[
{
"name": "navigate",
"type": "Navigate",
"blockReferenceId": "block_ref_example_123",
"data": {
"actionType": "GoTo",
"url": "https://example.com"
},
"isCacheable": false,
"skipIfNotPresent": false,
"useWorkflowRecoveryAgent": false
}
]
Whether authentication is required for this workflow (defaults to false)
false
Whether to use proxy for this workflow (defaults to false)
false
Operating system for browser sessions
Windows, MacOS, Linux "Windows"
Browser fingerprint to use for sessions
Chrome, Safari "Safari"
Whether this workflow is optimized for computer vision blocks (uses specialized viewport and settings, defaults to true)
true
Timeout in milliseconds for workflow execution (defaults to 10800000ms / 3 hours)
x >= 010800000
Response
Workflow created successfully
Workflow definition
ID of the workflow
Name of the workflow
Whether authentication is required for this workflow
Whether auto-save is enabled for this workflow
Timeout in milliseconds for workflow execution
3600000
Whether to pause workflow execution on error
false
Whether to automatically clean up cache when workflow execution fails
true
Whether to save result files for this workflow
false
Maximum concurrent executions for this workflow
10
List of webhooks for this workflow
Sequence of workflow block summaries
- Login
- Form Block
- FillDocument
- Fill Spreadsheet
- Mouse Block
- Hover Block
- Search
- Input
- Date Input
- Dropdown
- Extract
- ParseDocument
- Generate
- Extract Images
- QueryKnowledgeBase
- FindDocument
- API
- Close Page
- Close Popup
- Multistep
- Option 22
- Wait
- WaitForCondition
- Wait For Captcha Solve
- FailOnCondition
- Option 27
- Option 28
- Option 29
- Option 30
- Option 31
- Download File Block
- Save As PDF Block
- CodeV2
- Transform
- Parse to CSV
- RemovePagesFromPdf
- Exit From Loop
- Next
- SendEmail
- UnzipFile
- Loop
- If
The LLM model used for this workflow
gpt-4.1-mini-2025-04-14, gpt-4.1-2025-04-14, gpt-5.1-2025-11-13, gpt-5.4, gpt-5.4-mini, gpt-5.4-nano Whether to use proxy for this workflow
false
Operating system for browser sessions (defaults to no preference)
Windows, MacOS, Linux "Windows"
Knowledge base text for this workflow
"Company information and guidelines..."
Whether to use login detection for this workflow
true
Number of retries for failed blocks
x >= 03
Backoff strategy for block retries
exponential, linear "exponential"
Whether this workflow is optimized for computer vision blocks (uses specialized viewport and settings)
true
Wait time in milliseconds between executing each block
x >= 01000
List of tags associated with this workflow
ID of the workflow group this workflow belongs to
Whether to enable the recovery agent for all blocks in this workflow. When enabled, all blocks will use the recovery agent regardless of their individual settings.
false
Execution mode for this workflow. "standard" is the default, "structured" is experimental visual mode.
standard, structured "standard"
Whether this workflow should execute in agent mode instead of traditional block-based execution.
false
JSON Schema that defines the structure of the execution summary when running in agent mode.