FlowiseAI is an open-source generative AI development platform for building AI Agents and LLM workflows.
Tool to clone an existing chatflow. Use when you need to duplicate a chatflow by its ID.
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.
Tool to delete a chatflow by its ID. Use after confirming the chatflow ID is correct.
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.
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 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.