Core Capabilities
AgentBox is built around five core concepts, giving you complete control over isolated execution environments:- Sandbox Management: Create, configure, and manage isolated computing environments with resource limits and persistent state.
- Code Execution: Execute Python, JavaScript, and shell commands safely with full library support and context management.
- File Operations: Upload, download, read, write, and organize files within sandboxes with complete file system access.
- Templates: Pre-configured and custom environments with popular libraries and tools for different programming languages and use cases.
- LLM Integration: Connect sandboxes with Large Language Models to build powerful code-interpreting agents and data analysis tools.
Multi-Cloud Support
Azure
AWS (coming soon)
GCP (coming soon)
Available Regions
| Provider | Region | Status |
|---|---|---|
| Azure | eastus2 (Virginia) | Available |
| AWS | us-east-1 (Virginia) | Coming Soon |
| GCP | us-east1 (South Carolina) | Coming Soon |
Common Use Cases
AgentBox enables secure, isolated computing for a wide range of applications:- Run AI-Generated Code: Safely execute code produced by LLMs and AI agents in isolated sandboxes with no risk to your infrastructure.
- Code Interpreter: Build ChatGPT-style code interpreter experiences — let users write, run, and iterate on code in real time.
- Deep Research: Power autonomous research agents that browse, scrape, analyze data, and synthesize findings across multiple steps.
- AI Evaluations: Run evaluation harnesses and benchmarks in isolated environments with reproducible results.
- Data Analysis & Visualization: Process datasets, run statistical analysis, and generate charts and reports programmatically.
- Automated Workflows: Execute scripts, data processing pipelines, and automation tasks in controlled, reproducible environments.
TemplateBuilder to create environments tailored to your specific use case.
Getting Started in 3 Steps
Building with AgentBox is straightforward:- Install the SDK: Install the GravixLayer Python SDK.
- Create a Sandbox: Choose a template to create your isolated execution environment.
- Execute Code: Run Python, JavaScript, or shell commands with persistent state and context management.
Cloud and region are set once on the client. Every subsequent call (create, list, get, kill) uses those defaults automatically. See the Python SDK reference for more details.

