Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlejva committed Oct 15, 2024
1 parent cf8541c commit 7a66987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/(docs)/docs/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 7a66987

Please sign in to comment.