FleetRun Documentation
Everything you need to build, run, and observe multi-agent workflows with FleetRun.
Getting Started
FleetRun is an agent orchestration platform. You define agents (autonomous workers), assign tasks to them, and FleetRun handles scheduling, execution, message passing, tool calls, and logging.
1. Create an account
Sign up at fleetrun.app. The onboarding wizard guides you through connecting an LLM provider (Anthropic, OpenAI, or OpenRouter) and creating your first agent.
2. Add an agent
From the Agents view, click New agent. Give it a name, a role description, and pick a model. The role description is injected as the system prompt and shapes everything the agent does.
3. Run a task
Create a task and assign it to an agent. Hit Run to stream execution in real time. Logs, tool calls, and the final output are all visible in the task dock.