Create New Flowise Flow
flowise_create_flowCreate a new chatflow or agentflow in Flowise with a name and JSON flow configuration. Optionally set the flow type, public access, and categories.
Instructions
Create a new chatflow or agentflow in Flowise.
This tool creates a new flow with the specified configuration. The flow_data should be a valid JSON string containing the nodes and edges configuration.
Args: params: Input containing name, flow_data (JSON), flow_type, is_public, and category.
Returns: The created flow's details including its new ID.
Examples: - Create a simple chatflow with a name and empty flow_data: '{}' - Create an agentflow: Set flow_type='AGENTFLOW'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |