From 7a66987f7f097a670ed9544e262f83ee7edc9b96 Mon Sep 17 00:00:00 2001 From: Vasek Mlejnsky Date: Mon, 14 Oct 2024 19:33:57 -0700 Subject: [PATCH] Update docs --- apps/web/src/app/(docs)/docs/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/(docs)/docs/page.mdx b/apps/web/src/app/(docs)/docs/page.mdx index 2a6739044..c3ae1dbd8 100644 --- a/apps/web/src/app/(docs)/docs/page.mdx +++ b/apps/web/src/app/(docs)/docs/page.mdx @@ -30,7 +30,7 @@ To start and control sandboxes, use our [Python SDK](https://pypi.org/project/e2 Some of the typical use cases for E2B are AI data analysis or visualization, running AI-generated code of various languages, playground for coding agents, environment for codegen evals, or running full AI-generated apps like in [Fragments](https://github.com/e2b-dev/fragments). ### Under the hood -The E2B Sandbox is a small isolated VM. You can think of it as a small computer for the AI model. You can run many sandboxes at once. Typically you run separate sandbox for each LLM, user, or AI agent session in your app. +The E2B Sandbox is a small isolated VM the can be started very quickly (~150ms). You can think of it as a small computer for the AI model. You can run many sandboxes at once. Typically, you run separate sandbox for each LLM, user, or AI agent session in your app. For example, if you were building an AI data analysis chatbot, you would start the sandbox for every user session.