I'm evaluating e2b infrastructure for running AI agent sandboxes on a single VPS (Debian, 8GB RAM). The repo has great architecture docs for the full cloud setup, but I'd love to see a minimal self-hosted deployment guide.
Specifically:
- Minimum resource requirements for running the orchestrator + a few concurrent sandboxes
- Whether Firecracker microVMs are required or if there's a lighter-weight isolation option for small deployments
- Any gotchas around running this outside of AWS/GCP
Happy to contribute docs if someone can point me at the right entry points.