# Flowiseai AI integration on Definable

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

## What this connects

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

Vendor: https://flowiseai.com/

## Tools available

**29** tools available. First 12:

- `FLOWISEAI_CLONE_CHATFLOW` — Clone Chatflow — Tool to clone an existing chatflow. Use when you need to duplicate a chatflow by its ID.
- `FLOWISEAI_CREATE_CHATFLOW` — 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.
- `FLOWISEAI_CREATE_DOCUMENT_STORE` — 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.
- `FLOWISEAI_CREATE_LEAD` — 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.
- `FLOWISEAI_CREATE_TOOL` — 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.
- `FLOWISEAI_CREATE_VARIABLE` — 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.
- `FLOWISEAI_DELETE_CHATFLOW` — Delete Chatflow — Tool to delete a chatflow by its ID. Use after confirming the chatflow ID is correct.
- `FLOWISEAI_DELETE_CHAT_MESSAGES` — 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.
- `FLOWISEAI_DELETE_DOCUMENT_STORE` — Delete Document Store — Tool to delete a specific document store by its ID. Use when you need to permanently remove a document store. This action is destructive and cannot be undone.
- `FLOWISEAI_DELETE_TOOL_BY_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.
- `FLOWISEAI_DELETE_VARIABLE` — Delete Variable — Tool to delete a variable by its unique ID. Use when you need to permanently remove a variable from FlowiseAI.
- `FLOWISEAI_EDIT_DOCUMENT_STORE_FILE_CHUNK` — Edit Document Store File Chunk — Tool to update a specific chunk in a FlowiseAI document store. Use when you need to modify the content or metadata of an existing chunk. At least one of pageContent or metadata must be provided.

## Auth

Auth schemes: `API_KEY`.

## How agents use Flowiseai

Inside a Definable workflow, Flowiseai is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Flowiseai** — the Researcher (GPT-5.5) pulls context from Flowiseai (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Flowiseai** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Flowiseai (create record, post message, draft email).
- **Designer / Engineer → Distributor → Flowiseai** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Flowiseai (attach file, open PR comment, post status).

The Verifier checks every Flowiseai call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- ai agents — https://definable.ai/apps/category/ai-agents/
- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/flowiseai/
- Same category (ai agents): https://definable.ai/apps/category/ai-agents/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
