Sistemo Cloud¶
Run AI agents and untrusted code in real isolated microVMs — without managing infrastructure.
Mint an API key, run code inside Firecracker microVMs (own kernel each). Prepaid wallet so you never get a surprise invoice.
from sistemo import Sandbox
with Sandbox() as sb:
r = sb.run("python3 -c 'print(2 + 2)'")
print(r.stdout, r.exit_code)
Get started¶
- Quickstart — install the SDK and run code in under 10 minutes.
- API keys — create, scope, and revoke programmatic keys.
- Usage & billing — prepaid wallet, rates, grace window.
- Snapshots — disk undo, restore, deploy-from-snapshot.
- Terminal — interactive shell in the browser.
Also useful¶
Private beta — not open for signups yet
Everything documented here is built and running; what is not open is the front door. The dashboard is invite-only and the SDK packages (sistemo, @sistemo/sdk) publish when it opens — until then the source is public on GitHub.
Request an invite and we will email you.
Read these pages as "how it works", not "what you can do today".