Skip to content

AgenticFlow Enterprise Setup

Set up your AgenticFlow Enterprise instance to use with AgenticFlow Enterprise Desktop.

AgenticFlow Enterprise is the remote agent that AgenticFlow Enterprise Desktop connects to. This guide covers setting up your own AgenticFlow Enterprise instance.

What is AgenticFlow Enterprise?

AgenticFlow Enterprise is an AI agent that runs on your server and executes tasks autonomously. It:

  • Runs 24/7 on your infrastructure
  • Connects to Slack for conversational interaction
  • Exposes a WebSocket API for AgenticFlow Enterprise Desktop

Deployment Options

DigitalOcean

One-click deployment via Docker Compose.

Cloudflare Workers

Serverless deployment using Cloudflare Sandbox.

Self-Hosted

Docker Compose on any Linux server with Docker installed.

Quick Start

Terminal window
# Clone the AgenticFlow Enterprise repo
git clone https://github.com/agenticflow-enterprise/agenticflow-enterprise
# Configure environment
cp .env.example .env
# Edit .env with your settings
# Start the agent
docker compose up -d

Your AgenticFlow Enterprise instance will be available at ws://your-server:8080.

Configuration

See the AgenticFlow Enterprise documentation for full configuration options.

Last updated: