One workflow format
Write workflows in YAML, JSON, or simple Markdown prompts. The same schema works across the extension and the standalone CLI.
Run structured multi-step AI workflows, validate the result with scripts, and keep working across harnesses without rewriting your prompts.
FlightPath turns AI assistants into a repeatable workflow runner. Instead of pasting one prompt at a time, you define a sequence of steps, choose a harness, and let FlightPath execute the work while keeping outputs, session history, and validation results together.
It ships in two forms:
| Surface | What it is |
|---|---|
| VS Code extension | Dashboard UI, prompt editor, embedded terminal, schema validation, and harness orchestration inside VS Code |
flightpath CLI | Headless or interactive workflow execution from a terminal or CI job |
flightpath-mcp | Standalone MCP server used for queue inspection and queue extension |
This first docs pass focuses on the public surface that is most useful during setup and authoring: installation, workflow syntax, harness selection, key settings, CLI usage, and troubleshooting. Deeper per-harness and per-command coverage can expand without changing the site structure.