Skip to content

Commit bac5f53

Browse files
committed
fix: address PR feedback
- Update intro text with links to filesystem, commands, and firewall - Add link to custom templates in Note section - Change description to "Secure runtime environments for AI agents"
1 parent a82b0ee commit bac5f53

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/sandbox.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
title: "Sandbox overview"
33
sidebarTitle: Overview
4-
description: "Isolated cloud environments for running AI-generated code"
4+
description: "Secure runtime environments for AI agents"
55
---
66

7-
A sandbox is an isolated cloud VM that starts in **~100ms**. Each sandbox has its own filesystem, can run processes, and has internet access. Sandboxes are designed to run AI-generated code safely.
7+
A sandbox is an agentic runtime which is an isolated cloud VM under the hood. Sandboxes can start in as little as **~100ms**. Each sandbox has its own [filesystem](/docs/filesystem), can start [processes](/docs/commands), and has internet access with [configurable firewall](/docs/sandbox/internet-access#fine-grained-network-control).
8+
9+
Sandboxes are designed to run thousands of AI agents safely with access to the real-world tools as on your own computer.
810

911
<CodeGroup>
1012
```js JavaScript & TypeScript
@@ -52,7 +54,7 @@ sbx.kill()
5254
| Internet | Enabled |
5355

5456
<Note>
55-
These are defaults for the [code-interpreter](https://github.com/e2b-dev/code-interpreter) template. Custom templates can have different CPU/RAM configurations.
57+
These are defaults for the [code-interpreter](https://github.com/e2b-dev/code-interpreter) template. [Custom templates](/docs/template/quickstart) can have different CPU/RAM configurations.
5658
</Note>
5759

5860
See [lifecycle](/docs/sandbox/lifecycle) for timeout configuration.

0 commit comments

Comments
 (0)