agents.yaml β with one command.
Quick Start
1
Scaffold a project
Pick a template and drop its files into the current directory.
2
Edit and deploy
Adjust the generated config, then deploy with the matching command.
How It Works
create copies the named templateβs files into your target directory, refusing to clobber existing files unless you pass --force.
Choosing a Template
Match the template to where you want to run.Templates
Five templates ship today.Command Options
The starters directory can be overridden with
PRAISONAI_STARTERS_ROOT.
Best Practices
Scaffold into an empty directory
Scaffold into an empty directory
Without
--force, create refuses to overwrite an existing agents.yaml β protecting hand-edited files. Use a fresh directory, or pass --force when you intend to replace.Chain create with the deploy command
Chain create with the deploy command
The fastest path to a running deployment is a one-liner:
Pin the image tag in the generated config
Pin the image tag in the generated config
Starters use
latest. Swap in a released tag before deploying to production.Related
Docker Compose Stack
Run the docker-compose template locally.
Deploy to Fly.io
Deploy the fly template in one command.

