Introduction

Welcome to the ScitiX Agent Sandbox documentation.

What is Agent Sandbox?

Agent Sandbox is an open-source sandbox engine for AI agents. It is purpose-built for three classes of workload:

  • Lightning Fast — pre-warmed pools keep isolated environments on standby, eliminating cold-start latency for high-frequency agent loops, evaluations, and RL rollouts
  • Enterprise Grade — deploy on any cloud using native Kubernetes CRDs, RBAC, and multi-cluster routing, without vendor lock-in
  • Agentic RL — stateful environments with deterministic resets and any-image runtimes, built for complex multi-turn agent training

Key Features

FeatureDescription
Speed — Sub-60ms allocationPre-warmed pools deliver idle sandboxes instantly, unblocking high-volume agent loops and multi-turn RL rollouts
☸️Infrastructure — Containers or microVMsRun on your existing estate using CRDs, namespaces, RBAC, and autoscaling to manage warm capacity efficiently
🌐Routing — Cross-region and cross-cloudDispatch requests across clouds, clusters, and regions without forcing application teams to manage routing logic
🧪Runtime — Zero-rebuild runtimesRun any Docker image for SWE tasks, RL environments, and internal tools without building custom VM images
🔌Ecosystem — Drop-in agent SDKsSeamless compatibility with E2B clients, SWE-ReX workflows, and popular reinforcement learning frameworks
📊Observability — Console-grade visibilityComplete view of pools, active sessions, logs, and metrics through a unified product console

Use Cases

Reinforcement Learning at Scale

RL training requires thousands of environment resets per hour. Agent Sandbox pre-warms a pool of sandboxes so each rollout worker gets a fresh, isolated environment in milliseconds — removing the environment-reset bottleneck from your training loop. Supports SWE-bench Verified, SWE-Gym, Terminal-bench, and custom task distributions.

AI Coding Agents & Evaluations

Give every agent turn or eval call its own isolated execution environment. The E2B-compatible API means existing SWE-agent, SWE-ReX, and similar frameworks work without modification.

Enterprise Multi-Cluster Deployment

Deploy sandbox pools across multiple clouds or regions. The built-in ExtProc routing layer dispatches requests to the most available cluster transparently — no routing logic required in application code. Supported cloud providers: AWS, Google Cloud, Azure, Alibaba Cloud, Volcengine, Cloudflare.

Coming soon: microVM-backed sandboxes for stronger isolation guarantees.

On this page