Yasmine
Language
Log inStart free
← Blog
Product
July 11, 2026 · 6 min read

MicroVM Isolation, Explained: How Yasmine Keeps Every Workspace Separate

The moment an AI can act — read your inbox, touch your repo, query your Stripe — the security question changes from 'is the model safe?' to 'where does this thing run, and who else is in there?' Our answer is unusual for the category: every workspace gets its own microVM. Here's what that means without the buzzwords.

What a microVM is

A microVM is a tiny, fast virtual machine — the same hard boundary as a full VM (its own kernel, memory, filesystem) with startup measured in moments, not minutes. It's the technology AWS built to keep serverless customers apart (Firecracker). The key property: two microVMs on the same server can't see each other, by hardware-enforced design — not by a permissions check someone could get wrong.

Sandbox vs container vs microVM

Shared sandboxContainerMicroVM (Yasmine)
BoundaryApplication logicShared OS kernelOwn kernel per customer
Other customers nearbySame process spaceSame kernelNever
Escape blast radiusEveryoneHost + neighborsOne customer's box
Typical useMost AI-in-Slack toolsMost SaaSAWS Lambda internals — and Yasmine

What lives inside your microVM

Your coworker's runtime — the agent loop that plans and executes your tasks.
Your files and repo clones — on a filesystem no other customer's VM can mount.
Your channel memory — encrypted with a key that belongs to your tenant alone.
Your tool connections — credentials scoped to your workspace, used only from your box.

Why this matters more for agents than chatbots

A chatbot leaking is bad; an agent leaking is catastrophic, because agents hold live credentials to real systems. Isolation is what makes it rational to let an AI run code or open PRs at all — which is exactly why the Dev plan exists on this architecture. Combined with your own model keys (your data flows to your provider, under its terms — we never access it) and per-tool approval, the trust story is structural, not promissory. Full detail: yasmine.works/security.

An AI coworker you can actually give access to. Free 7-day trial, no card.
Start free
TY
The Yasmine Team
Yasmine

More from the blog

MicroVM Isolation, Explained: How Yasmine Keeps Every Workspace Separate — Yasmine