> ## Documentation Index
> Fetch the complete documentation index at: https://docs.openreward.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Using OpenReward Sandboxes

> Use OpenReward native sandbox infrastructure with ORS environments

## Overview

[ORS](https://openrewardstandard.io) environments work with any sandbox provider - E2B, Daytona, Modal, or others. OpenReward also provides a native sandbox option that integrates directly with the platform's environment file storage.

## When to Use OpenReward Sandboxes

OpenReward sandboxes may be a good fit if you:

* **Already use OpenReward**: Same API key for environments and sandboxes
* **Use environment file storage**: Direct mounting of environment buckets

For specialised needs, external providers like E2B, Daytona, or Modal may offer better solutions.

## Features

* **Multiple machine sizes**: From `0.1:0.1` (minimal) to `4:16` (high-memory workloads)
* **Flexible configuration**: Custom container images, resources, and environment variables
* **Network isolation**: Optional network blocking for secure code execution
* **Storage mounting**: Access environment cloud storage with bucket mounting
* **Sidecar support**: Run additional services (Redis, PostgreSQL, etc.)

## Full Documentation

<Info>
  **Complete OpenReward Sandboxes Documentation**

  For comprehensive documentation including setup, configuration, lifecycle management, and advanced features, see the [OpenReward Sandboxes section](../concepts/sandboxes#openreward-sandboxes) in the Sandboxes concepts guide.
</Info>

## Next Steps

* **[Complete Sandbox Documentation](../concepts/sandboxes#openreward-sandboxes)** - Full guide with examples and API reference
* **[Building Agentic Environments](../environments/building-agentic-environments)** - Tutorial showing OpenReward Sandboxes in action
* **[Storage & Buckets](../storage/buckets)** - Configure cloud storage for sandbox access

## Other Sandbox Providers

[ORS](https://openrewardstandard.io) environments work with any sandbox provider. Other popular options include:

* **[E2B Sandboxes](./e2b)** - Cloud-native sandbox environment
* **[Daytona Sandboxes](./daytona)** - Development environment sandboxes
* **[Modal Sandboxes](./modal)** - Serverless compute platform
