Docs

Full documentation is on the way. Here's enough to get the flowwork server running and drive it with flowctl.

1. Install & start the server

Download flowwork for your platform. Set your license key (from your account page) and start the server:

export FLOWWORK_LICENSE_KEY=FW-XXXXX-XXXXX-XXXXX
flowwork            # starts the engine + API on :9010

2. Drive it with flowctl

flowctl is the command-line client. It is installed system-wide and talks to a running server.

flowctl init                 # scaffold a workspace
flowctl deploy my-workflow.js  # register a workflow definition
flowctl run my-workflow        # start a run
flowctl channel ...            # bridge a Claude Code channel (HITL)

3. Trial limits

The free tier allows up to 3 active workflows and 10 runs per day. Activating a 4th workflow or exceeding the daily run count returns a clear upgrade message. Upgrade to remove the limits.

Looking for the full reference? It's coming soon. In the meantime, run flowctl --help for the complete command list.