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
# Clone the AgenticFlow Enterprise repogit clone https://github.com/agenticflow-enterprise/agenticflow-enterprise
# Configure environmentcp .env.example .env# Edit .env with your settings
# Start the agentdocker compose up -dYour AgenticFlow Enterprise instance will be available at ws://your-server:8080.
Configuration
See the AgenticFlow Enterprise documentation for full configuration options.