You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refine home page: simplify hero snippet and reorder sections
Use base e2b SDK instead of code-interpreter, simplify to create +
run command, add API key comment, move "What is E2B?" to top, and
add description to Computer Use example card.
E2B provides isolated sandboxes that let agents safely execute code, process data, and run tools. Our SDKs make it easy to start and manage these environments.
result= sandbox.commands.run('echo "Hello from E2B Sandbox!"')
28
+
print(result.stdout)
25
29
```
26
30
</CodeGroup>
27
31
28
-
## What is E2B?
29
-
30
-
E2B provides isolated sandboxes that let agents safely execute code, process data, and run tools. Our SDKs make it easy to start and manage these environments.
31
-
32
32
## E2B Building Blocks
33
33
34
34
A quick overview of the core building blocks you'll interact with when using E2B.
@@ -54,5 +54,7 @@ The documentation is split into three main sections:
0 commit comments