Flowiseai
Flowiseai

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

Completely Secure
80719VIEWS
2765USERS

Tools

1 of 6

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.

Create Document Store

Creates a new document store in FlowiseAI. Document stores are used to manage embeddings and vector data for AI applications. Use this to programmatically create storage for documents that will be embedded and searched.

Create Lead

Tool to create a new lead in a chatflow. Use when you need to capture lead information from a chat session for follow-up or CRM integration.

Create Tool

Tool to create a new FlowiseAI tool. Use when you need to create a custom tool with specific name, description, and color. Optionally provide icon URL, JSON schema, or JavaScript function code.

Create Variable

Creates a new variable in FlowiseAI. Variables are used to store configuration values, API keys, and other data that can be referenced across chatflows. Use this to programmatically create string or number variables with optional values.