Flowiseai
Flowiseai

FlowiseAI is an open-source generative AI development platform for building AI Agents and LLM workflows.

Completely Secure
76066VIEWS
2415USERS

Tools

1 of 3

Clone Chatflow

Tool to clone an existing chatflow. Use when you need to duplicate a chatflow by its ID.

Create Chatflow

Creates a new chatflow in FlowiseAI. Chatflows are visual workflows that define AI agent behavior using nodes and edges. Use this to programmatically create single-agent (CHATFLOW) or multi-agent (MULTIAGENT) flows. Only 'name' is required; type defaults to 'CHATFLOW' and flowData defaults to an empty flow structure.

Delete Chatflow

Tool to delete a chatflow by its ID. Use after confirming the chatflow ID is correct.

Delete Chat Messages

Tool to delete chat messages for a specific chatflow. Use when you need to remove messages based on optional filters. Use after confirming the chatflow ID.

Delete Tool By Id

Permanently deletes a FlowiseAI tool by its unique ID. This action is destructive and cannot be undone. Use FLOWISEAI_LIST_ALL_TOOLS first to verify the correct tool ID before deletion.

Export Chatflow

Export a chatflow's complete configuration by ID. Returns the full chatflow data including flow definition (nodes and edges), deployment status, and settings. Use this to backup chatflows or migrate them to another instance.