Sandboxes that start like a container, isolated like a VM.

Spawn hardened, single-tenant environments on demand over one HTTPS API โ€” booted in seconds, gone without a trace.

Get started Read the API docs
all systems operational
๐Ÿ‡ช๐Ÿ‡บ EU hosting ยท Germany ๐Ÿ”’ VM-level isolation (Kata/QEMU) ๐Ÿ›ก๏ธ Per-sandbox network policy โฑ๏ธ Auto-expiry & cleanup ๐Ÿ”‘ HTTPS per environment
โšก๐Ÿ”’

Container-fast, VM-secure

Each sandbox is its own hardened micro-VM (Kata/QEMU, own kernel) โ€” real isolation, not shared-kernel containers โ€” yet it boots in seconds. Hosted entirely in the EU on dedicated hardware.

own kernel ยท own network ยท own HTTPS url
๐Ÿ’ธ

Cheap & ephemeral

Priced for short-lived work, not 24/7 servers. Set a TTL, use it, and it's automatically torn down โ€” you never pay for idle. Deliberately not built for persistent hosting.

pay for seconds ยท auto-cleanup on expiry
๐Ÿค–

Built for AI & previews

The right primitive for agent runners, AI workloads, AI clouds, preview environments and more โ€” run untrusted code and per-branch app previews safely, at scale.

agents ยท ai clouds ยท preview envs

One API. Two workloads.

Long-running preview services and run-to-exit agent jobs โ€” same endpoint, controllable isolation and internet egress per sandbox.

Agent runners AI workloads AI clouds Preview environments Untrusted code CI ephemeral envs
# Spawn an isolated environment โ€” live in seconds curl -H "Authorization: Bearer $TOKEN" \ -X POST https://hive-api.hive.eai.onl/sandbox \ -d '{"image":"nginx","ttl":1800,"internet":"full"}' # โ†’ { "url": "https://ab12cd34.hive.eai.onl", "status": "running" }

How it works

01

POST an image

Any OCI image + optional env, TTL, CPU/RAM, restart mode and internet policy (none / whitelist / full).

02

Get a live URL

Hive boots a hardened micro-VM and hands back a dedicated HTTPS URL. Poll status until running.

03

It cleans itself up

At TTL the whole environment โ€” VM, route, network policies โ€” is destroyed. No leftovers, no idle spend.