File size: 947 Bytes
246d201
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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

## Access
Runloop is currently available in a closed beta. For early access, or
just to say hello, sign up at https://www.runloop.ai/hello

## Set up
With your runloop API,
```bash

export RUNLOOP_API_KEY=<your-api-key>

```

Configure the runtime
```bash

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)