Skip to main content
ServFlow is an agent builder: you define AI agents and the workflows they run, and a Go engine serves them. There are two ways to build, and they produce the same objects — pick whichever fits how you work.

Choose your path

With the dashboard

Create an agent and its first workflow in the visual builder. Best for learning ServFlow and prototyping.Time: ~5 minutes

Declaratively

Define a workflow as a configuration file and deploy it with the CLI. Best for version control and CI/CD.Time: ~5 minutes

Which should I choose?

You can switch at any time. The dashboard and the CLI read and write the same objects, so you can prototype visually and then manage the result in code — or the reverse.

Prerequisites

Both tutorials need ServFlow Pro installed and an account created on first run.

Installation

Install ServFlow, start the server, and create your first account.

Next steps

Running ServFlow

What an instance serves, and how to deploy it.

Actions

The building blocks you put inside a workflow.