Introduction
jurniti runs your agent in a real Firecracker microVM with your own model keys. Drive it from the web dashboard, the CLI, or your own agent over MCP.
What is jurniti?
jurniti is the managed agent platform: every agent runs in its own Firecracker microVM, with hardware isolation and your own model keys (BYOK). You bring the agent and the keys; jurniti brings the box, the network, and the billing.
There is no free tier and no free trial. Every first subscription ships a 30-day money-back guarantee instead.
Start a paid agent from the CLI in four commands (card required — see Quickstart):
jurniti login
jurniti billing add-card # opens Stripe in the browser
jurniti up --harness hermes --plan pro --cycle monthly
jurniti vms lsPrefer the browser? Same outcome via Dashboard — magic-link login, Add agent, live terminal.
Building blocks
The four nouns you will keep seeing:
- microVM — a real Firecracker VM for one agent: CPU, RAM, disk, network. Not a shared container slot.
- Harness — the agent runtime on that VM (Hermes, OpenClaw, Claude Code, Codex, …). Install, dashboard port, and health come from the harness adapter.
- Template — a snapshot of a configured persist volume you can fork into a new paid VM.
- Plan / credits — how you pay: flat monthly for always-on, or prepaid usage tiers (On-Demand / Spot) for bursty work.
How to use the docs
Three lanes — pick the one that matches how you work:
- Quickstart — first agent in about five minutes (dashboard path or CLI path).
- Surfaces — day-to-day ops:
- Dashboard — browser terminal, billing, templates
- CLI install — one binary for terminal, CI, scripts
- MCP — give your agent the same verbs as tools
- Reference — CLI reference (every verb, generated
from the binary), REST API (OpenAPI at
/openapi.json), and agent skills for coding agents.
Quickstart
First agent
Dashboard or CLI — log in, put a card on file, provision, connect (~5 min).
Dashboard walkthrough
Magic link, Add agent, browser terminal, Plan & credits, templates.
Install the CLI
One line on macOS, Linux, or Windows. Skip if you only use the web.
MCP for your agent
Mount jurniti once; your agent gets the same verbs as tools.
jurniti REST API
OpenAPI spec, bearer keys, JSON errors — same verbs as CLI/MCP.
Go deeper
Usage tiers & credits
Pay per hour from prepaid credits — On-Demand or Spot.
Token usage
Advisory BYOK model-token meter — dashboard, CLI, and MCP.
Swarm
Fan out N agents on Spot, dispatch one task, collect every result (CLI-first).
Memory
Attach Obsidian, gbrain, or mem0 from the dashboard, CLI, or MCP.
Observability
Attach Latitude or Langfuse trace sidecars from the dashboard, CLI, or MCP.
Communication
Buzz relay: buy in the dashboard, desktop human chat, grant agents via CLI/MCP.
Templates gallery
Fork a public template into a fresh paid microVM.
CLI reference
Every verb the binary ships — same tree as jurniti docs and MCP.
No free tier — a guarantee instead
Provisioning starts a real, billed microVM. A card on file is required. What de-risks the first purchase is the 30-day money-back guarantee, not a free trial. Details in Quickstart.