--- name: jurniti description: Orientation for the jurniti developer CLI and MCP surface — how to install it, log in, mount it into your own agent, and the full verb map. Use when the user mentions jurniti, wants to manage agent microVMs from the terminal or CI, asks how to use the jurniti CLI, or wants to give their own agent jurniti's tools. --- # jurniti — developer CLI + MCP surface jurniti runs your agents inside real, hardware-isolated microVMs. One `jurniti` binary is both the CLI and an MCP server, so the CLI verb, the REST noun, and the MCP tool are the same operation — learn a verb once and use it from the terminal, from CI, or from your own agent. ## Install ```sh curl -fsSL https://jurniti.com/install.sh | sh ``` On Windows (PowerShell): `irm https://jurniti.com/install.ps1 | iex`. ## Authenticate ```sh jurniti login ``` Device flow (browser-optional; prints a code for headless/CI). For CI, set `JURNITI_API_KEY` instead of logging in. Confirm the identity the key resolves to with `jurniti whoami`. ## Mount into your own agent Give your own Claude Code / Codex the same verbs over MCP: ```sh claude mcp add jurniti -- jurniti mcp ``` The agent inherits your `jurniti login` — no second auth dance. ## Verb map - Identity + read: `jurniti whoami`, `jurniti vms ls`, `jurniti vms get `, `jurniti templates ls`, `jurniti usage`. - Provision (paid): `jurniti billing add-card`, then `jurniti up`. - Template flywheel: `jurniti fork `, `jurniti capture `, `jurniti publish `. - Docs + skills: `jurniti docs`, `jurniti skills ls`, `jurniti skills install`. ## Learn more - Quickstart + full reference: https://www.jurniti.com/docs - Agent-copyable index: https://www.jurniti.com/docs/llms.txt Paid provision only — no free tier. Bringing a VM up needs a card on file; every plan ships a 30-day money-back guarantee instead of a trial.