sandbox prepare sets up the full scenario environment — provisions VMs, runs prepare.yml to introduce the failure condition, registers hosts and agents in the DB — but stops before dispatching the task to any agent. This lets you SSH in, inspect the state, and experiment freely.
When you’re done, sandbox restore tears everything down.
Typical Workflow
prepare, the runner prints everything you need:
sandbox prepare
Prepare fails fast if
prepare.yml exits non-zero. Fix the playbook and re-run.
sandbox restore
Tears down environments created with sandbox prepare: destroys VMs (incus/lima), runs restore.yml (host mode), and removes registered hosts and agents from the DB.

