> ## Documentation Index
> Fetch the complete documentation index at: https://allhandsai-vertex-agent-server-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Runloop Runtime

> Runloop provides a fast, secure and scalable AI sandbox (Devbox). Check out the [runloop docs](https://docs.runloop.ai/overview/what-is-runloop) for more detail.

<Note>
  This page documents **legacy OpenHands V0** behavior. For the current V1
  sandbox model, see [Sandboxes (V1)](/openhands/usage/sandboxes/overview).
</Note>

## Access

Runloop is currently available in a closed beta. For early access, or
just to say hello, [contact the Runloop team](https://www.runloop.ai/contact).

## Set up

With your runloop API,

```bash theme={null}
export RUNLOOP_API_KEY=<your-api-key>
```

Configure the runtime

```bash theme={null}
export RUNTIME="runloop"
```

## Interact with your devbox

Runloop provides additional tools to interact with your Devbox based
runtime environment. See the [docs](https://docs.runloop.ai/tools) for an up
to date list of tools.

### Dashboard

View logs, ssh into, or view your Devbox status from the [dashboard](https://platform.runloop.ai)

### CLI

Use the Runloop CLI to view logs, execute commands, and more.
See the setup instructions [here](https://docs.runloop.ai/tools/cli)
