Enter a sandbox
airlock run [cmd]🔒 UNTRUSTED mode — no history, whitelist-only network.
airlock dev [cmd]⚠️ TRUSTED mode — Claude login + history, full internet.
airlock sbx [cmd]🧊 STRONGEST — Docker microVM (own kernel) + the same whitelist.
airlock exec [cmd]Open another terminal into the already-running sandbox.
Network
airlock allow <domain>Add a domain to the egress whitelist, then airlock rebuild.
airlock blockedList the URLs/hosts the proxy denied — works even after you exit.
airlock logsFollow proxy logs live — watch what's allowed and blocked.
Lifecycle
airlock sbx --freshDelete this project's old microVM and start a clean one.
airlock sbx downDestroy just this project's microVM.
airlock downStop & remove everything — run/dev containers, proxy, all sbx microVMs.
Manage & info
airlock statusDashboard: images, what's running (🔒 SAFE / ⚠ TRUSTED), and the whitelist.
airlock build / rebuildBuild images — rebuild is from scratch, no cache (apply a new whitelist).
airlock helpShow help — also --help, -h.