Documentation
Everything you need to build, debug, and deploy AI pipelines with FlowMason.
Quick Start
Get up and running in under 5 minutes.
# Install FlowMason
pip install flowmason
# Create a new project
fm init my-project
cd my-project
# Start the Studio backend
fm studio start
# Run your first pipeline
fm run pipelines/main.pipeline.json