Simple AI compute sandboxes. Pay by the second.

Temporal compute for AI agents. Spin up isolated containers on Fly Machines.

Example cost: 3m session ≈ $0.03 (est.)

/srv/agent
LIVEexec • logs • scale
Cost (est): $0.0000@ $0.000010/s
“Cut sandbox costs by 60% and shipped in a day.” — <dev/team>
GitHub ★ ★ ★ ★ ★Cold start ~1.2sUS‑East region

Simplicity & speed

Slow starts and heavy DevOps kill momentum. We wrap Fly Machines with a simple API (optional pre‑warmed pool).

Proof: cold start numbers, setup time

Real pricing

Opaque monthly plans hide usage. Stripe metered billing tracks per‑second so you pay only for what runs.

Proof: calculator below; see PRD

Logs that scale

MVP uses REST polling for logs; post‑MVP provides sink tail/search via WS/SSE.

Compatibility (optional)

Minimize lock‑in with an E2B‑compatible JS SDK for drop‑in migration.

E2B → FlyBox (60s)

Same concepts, smaller bill. Copy‑pasteable examples.

import { Sandbox } from '@e2b/sdk'
const s = await Sandbox.create()
const { stdout } = await s.exec('node -v')
await s.close()
import { Sandbox } from '@flybox/sdk'
const s = await Sandbox.spawn({ template: 'node' })
const { stdout } = await s.exec('node -v') // HTTP exec (MVP)
await s.stop()

Comparison

 FlyBoxE2BDIY
Price modelPer‑secondMonthlyHidden ops cost
Cold start~1s~150msVariable
SDK compatibilityE2B‑compatibleN/ADIY
LogsREST tail (MVP)?Depends
Self‑hostManagedNoYes (ops)

Hobby

The perfect place to dabble with AI agentic compute.

Free
  • 10 hours of compute
  • Limit to 1 hour per session
  • Up to 20 concurrently running sandboxes
Most popular

Pro

Everything in Hobby to scale your agentic capacity.

$50/mo (includes usage)
Per‑second metered billing for overages.
  • Everything in Hobby
  • No limits for session duration
  • Up to 5,000 concurrently running sandboxes

Ultimate

Critical security, performance, platform SLAs, and support.

Contact us
  • Advanced support
  • SSO
  • SOC 2 (soon)

FAQ

Is this compatible with E2B?

Yes; see SDK docs.

How do logs work?

REST polling in MVP; WS/SSE post‑MVP.

How is billing calculated?

Per‑second metering via Stripe (see PRD).

Security / isolation?

Fly Machines isolation; details in docs.

Regions and limits?

See PRD for current limits.

Start your first sandbox

No credit card. Pay only for seconds used.