| foundry-crucible catalog list [--json] [--category base|ai-dev] | List verified workspace templates. |
| foundry-crucible catalog show ID | Show one catalog entry (JSON). |
| foundry-crucible catalog lint | Offline catalog validation. |
| foundry-crucible create --catalog ID --name NAME [--gpu] [--share DIR …] [--share-ro DIR …] [--dry-run] | Create a sealed/shared workspace. |
| foundry-crucible create --file FILE.crucible [--dry-run] [--i-understand-unverified] | Create from a Crucible file. |
| foundry-crucible list [--json] | List local Crucibles (state, size, drift). |
| foundry-crucible enter NAME | Start container and open an interactive shell. |
| foundry-crucible start NAME | stop NAME | Lifecycle without a shell. |
| foundry-crucible recreate NAME | Rebuild from live catalog; keep private data. |
| foundry-crucible run NAME [--detach|-d] [-- EXTRA] | Run verified catalog launch command. |
| foundry-crucible launch-hint NAME [--json] | Print catalog launch command and URL. |
| foundry-crucible gpu-detect [--json] | Report GPU vendor available for --gpu. |
| foundry-crucible remove NAME [--purge] | Remove workspace and launcher. |
| foundry-crucible export NAME [-o FILE.crucible] [--config] | Export .crucible object or YAML config. |
| foundry-crucible pack NAME [-o FILE.run] [--dry-run] | Build self-running .crucible.run pack. |
| foundry-crucible import FILE.crucible [--dry-run] [--i-understand-unverified] | Import object or YAML Crucible. |
| foundry-crucible verify FILE.crucible | Report verified vs unverified. |
| foundry-crucible sign OBJECT [--key KEY] [-o FILE.sig] [--dry-run] | Detached GPG provenance signature. |
| foundry-crucible verify-sig OBJECT [SIG] [--dry-run] | Verify detached provenance. |
| foundry-crucible app NAME | Launch declared in-container app. |
| foundry-crucible app-set NAME --title T --exec CMD [--gui] [--icon FILE.png] | Declare app for next export. |