--- name: jurniti-templatize description: Turn a configured jurniti VM into a reusable template — capture it public or private, then publish or flip its visibility. Use when the user wants to templatize a VM, "save this box as a template", "make a forkable snapshot", or share their agent setup. --- # Templatize a VM Capture a configured VM's persist disk into a template that others (or you) can fork. Public templates are unlimited and free; private templates use a paid Templates plan. Secrets and PII are scrubbed on public capture. ## Steps 1. Pick the VM to snapshot: ```sh jurniti vms ls ``` 2. Capture it as a template: ```sh jurniti capture --public ``` Use `--private` to keep it to yourself (counts against your Templates plan). Public capture runs the scrub gate — model keys and secrets are stripped before the snapshot is published. 3. Publish or flip visibility: ```sh jurniti publish --public ``` Use `--unlist` to pull a template from the public gallery. Publishing and unlisting are always free and unlimited — no public-visibility penalty. ## After publishing - Share the template page; each fork provisions a new paid VM (the flywheel — see `jurniti-fork-template`). - Full reference: https://www.jurniti.com/docs