Your First Run
This guide walks through the core Flightline workflow: discovering operations, generating scenarios from code, capturing traces, evaluating behavior, and running a ship-readiness check.Flightline is in early access. The exact CLI output may differ from what is shown here. Contact the team for the latest documentation.
Prerequisites
- Flightline CLI installed (
pip install flightline-ai) OPENROUTER_API_KEYenvironment variable set- A codebase with AI operations
Step 1: Discover AI Operations
Map the AI surface area of your repository:flightline.discovery.json file used in the next step.
Step 2: Generate Test Scenarios
Create high-fidelity synthetic data based on your code and prompts:Step 3: Record Execution Traces
Capture real behavior by wrapping your tests or application:Step 4: Evaluate AI Behavior
Compare actual outputs against your expected outcomes:Step 5: Run a Ship-Readiness Check
Perform a final assessment to see if the system is ready for production:Next Steps
CLI Overview
Explore all available CLI commands and options.
Core Pillars
Understand the philosophy behind Flightline.
