---
name: "Use Flowise for visual agent workflow orchestration"
slug: "use-flowise-for-visual-agent-workflow-orchestration"
description: "Compose, test, and hand off visual AI-agent flows in Flowise when the work needs inspectable orchestration instead of ad hoc prompting."
github_stars: 53309
verification: "security_reviewed"
source: "https://github.com/FlowiseAI/Flowise"
author: "FlowiseAI"
publisher_type: "organization"
category: "Templates & Workflows"
framework: "Multi-Framework"
tool_ecosystem:
  github_repo: "FlowiseAI/Flowise"
  github_stars: 53309
  npm_package: "flowise"
  npm_weekly_downloads: 11945
---

# Use Flowise for visual agent workflow orchestration

Compose, test, and hand off visual AI-agent flows in Flowise when the work needs inspectable orchestration instead of ad hoc prompting.

## Prerequisites

Node.js 20+, npm or Docker, Flowise workspace, model provider credentials

## Installation

Use the upstream install or setup path that matches your environment:
- npm install -g flowise
- npx flowise start
- docker build --no-cache -t flowise .
- docker run -d --name flowise -p 3000:3000 flowise

Requirements and caveats from upstream:
- [🐳 Docker](#-docker)
- Go to docker folder at the root of the project
- docker compose up -d

Basic usage or getting-started notes:
- [⚡ Quick Start](#-quick-start)
- Copy .env.example file, paste it into the same location, and rename to .env file
- Run image:

- Source: https://github.com/FlowiseAI/Flowise
- Extracted from upstream docs: https://raw.githubusercontent.com/FlowiseAI/Flowise/HEAD/README.md

## Documentation

- https://docs.flowiseai.com

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/use-flowise-for-visual-agent-workflow-orchestration/)
