Template guide

Fork a working agent. Keep the brain.

A jurniti template is a snapshot of a running agent VM's /persist drive. Anyone with the link can fork it into a brand-new Firecracker microVM — same harness, same config, same memory. Fully isolated, BYOK, 30-day money-back.

Anatomy

What a template is — and isn't

When a creator publishes a template, jurniti sparse-copies their VM's persist drive (/dev/vdb) and zstd-compresses it into shared storage. That blob is the template. It captures everything the harness wrote to persist:

  • Harness config + system prompts
  • Conversation memory, embeddings, vector stores
  • Custom skills, tools, scripts
  • Datasets and uploaded files

It does not capture VM memory state — templates are persist-only in v1. The harness reinstalls itself fresh on first boot of the forked VM, then reads the inherited persist drive and picks up where the creator left off.

The flow

Forking, step by step

  1. 1
    Pick a template

    Browse the gallery or open a link a friend sent you. Each template shows its harness, size, stars, fork count, and creator README.

  2. 2
    Click Fork

    Stripe Checkout opens with a new monthly subscription pre-filled. The default plan is one tier up from the template's original — the extra RAM helps the inherited memory state run comfortably. You can drop back to the original plan with one click.

  3. 3
    Pay

    Checkout confirms in seconds. The webhook fires, your fork is queued onto an available host, and a fresh Firecracker microVM boots with the template's persist drive restored. End-to-end: ~3 minutes from click to running agent.

  4. 4
    Open the dashboard

    You'll land on /vms/[your-vm-id]. The harness's own web UI is one click away on the assigned port (Hermes   :9119, OpenClaw  :7860, etc.). Drop your model API keys in there — they live only inside the VM.

Publishing

Share your own template

Got an agent setup worth sharing? Open it from your VMs and click Create template. You pick:

  • Name & description — what people see in the gallery
  • README — full Markdown for the template page (the GitHub-profile-style detail view)
  • Tags — for discovery (trading, research, discord-bot, …)
  • Visibility: private (only you), unlisted (anyone with the link), or public (gallery + search)

Every active VM subscription includes 1 template slot free. Extra paid templates are $1/mo each, billed as a line item on your existing subscription. Public templates with ≥1 fork or ≥10 stars are always free — keep shipping.

Permalinks

Sharing a template

Every template has a stable URL:

https://www.jurniti.com/templates/<slug>

The page is server-rendered with OpenGraph + Twitter card metadata, so links unfurl on Slack, Discord, X, LinkedIn, and iMessage with the template name, description, harness badge, and live star/fork counts baked into the preview image.

Use the Share button on any template page to copy a clean permalink to your clipboard.

Pricing

What it costs to fork

A fork is a brand-new VM, so it's a brand-new subscription. Plans start at $25/mo Starterwith a 30-day money-back guarantee on every plan. You'll see the exact price in Stripe Checkout before you pay.

BYOK.Your model API keys (Anthropic, OpenAI, OpenRouter, Together, …) live encrypted inside your VM's persist drive only — jurniti never sees them and never marks them up. Your LLM bill is your LLM bill.