AI & ML29 toolsPaste one API key
Flowiseai integration for AI agents
FlowiseAI is an open-source generative AI development platform for building AI Agents and LLM workflows.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Flowiseai once and call the same tools from all of them.
Setup
Connect Flowiseai through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Flowiseai exposes 29 tools through ClawLink. The 24 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
flowiseai_get_all_chat_message_feedback | List all chat message feedbacks for a chatflow | Read |
flowiseai_get_all_chatflows | Retrieves all chatflows from the authenticated FlowiseAI account | Read |
flowiseai_get_all_leads_for_chatflow | Retrieve all leads for a specific chatflow | Read |
flowiseai_get_all_upsert_history | Retrieve all upsert history records for a specific chatflow | Read |
flowiseai_get_all_variables | Retrieve a list of all variables | Read |
flowiseai_get_document_store_by_id | Retrieve a document store by its ID | Read |
flowiseai_get_document_store_file_chunks | Get chunks from a specific document loader | Read |
flowiseai_get_single_chatflow | Retrieve a chatflow by its ID | Read |
flowiseai_get_tool_by_id | Retrieve a specific FlowiseAI tool by its ID | Read |
flowiseai_list_all_tools | Retrieve a list of all tools | Read |
flowiseai_list_assistants | Retrieve a list of all assistants | Read |
flowiseai_list_chat_messages | List chat messages of a chatflow | Read |
flowiseai_ping_server | Ping the FlowiseAI server to verify it is running and accessible | Read |
flowiseai_create_chatflow | Creates a new chatflow in FlowiseAI | Write |
flowiseai_create_document_store | Creates a new document store in FlowiseAI | Write |
flowiseai_create_lead | Create a new lead in a chatflow | Write |
flowiseai_create_tool | Create a new FlowiseAI tool | Write |
flowiseai_create_variable | Creates a new variable in FlowiseAI | Write |
flowiseai_edit_document_store_file_chunk | Update a specific chunk in a FlowiseAI document store | Write |
flowiseai_update_chatflow_details | Update details of an existing chatflow | Write |
flowiseai_update_document_store | Update a specific document store | Write |
flowiseai_update_tool_by_id | Updates a FlowiseAI tool's properties by its ID | Write |
flowiseai_update_variable | Update a variable by its ID | Write |
flowiseai_clone_chatflow | Clone an existing chatflow | Read |