QUESTPIE Autopilot

Documentation

Autopilot is a workflow-driven AI operator for real engineering work.

Autopilot keeps authored policy in git, operational state in the orchestrator, and secrets/runtime state on the worker.

Where to start

Core idea

Tasks are intent. Workflows decide what happens. Workers execute where access exists.

The system is designed around a small set of stable primitives — tasks, workflows, runs, workers — with multiple clients (CLI, notifications, chat surfaces) operating over those primitives. There is no single app that owns the product. The orchestrator owns operational truth. Workers own runtime execution. Git owns authored policy.

Integrations arrive as packs — installable units that deliver providers, handlers, workflows, and more into your .autopilot/ directory via autopilot sync. Surfaces like Telegram, Slack, and Discord are built over the same provider/handler primitives, not hardcoded.

On this page