Files
e2b-dev--e2b/README.md
T
Vasek Mlejnsky bab71f12ec Update README.md
2023-09-21 12:46:04 +02:00

57 lines
1.6 KiB
Markdown

<h1 align="center">
<font size="30">
<b>
E2B - Cloud for AI Agents & Apps
</b>
</font>
</h1>
<h3 align="center">
Sandboxed cloud environments for AI agents & apps with a single line of code
</h3>
<h4 align="center">
<a href="https://e2b.dev/docs">Docs</a> |
<a href="https://e2b.dev">Website</a> |
<a href="https://discord.gg/U7KEcGErtQ">Discord</a> |
<a href="https://twitter.com/e2b_dev">Twitter</a>
</h4>
<h4 align="center">
<a href="https://discord.gg/U7KEcGErtQ">
<img src="https://img.shields.io/badge/chat-on%20Discord-blue" alt="Discord community server" />
</a>
<a href="https://twitter.com/e2b_dev">
<img src="https://img.shields.io/twitter/follow/infisical?label=Follow" alt="e2b Twitter" />
</a>
</h4>
[E2B](https://e2b.dev) is cloud for AI agents and AI apps. With E2B, you can create AI playgrounds. In these AI playgrounds, you can let your AI agents and apps:
- Run any code and terminal command in a sandboxed environment
- Install dependencies and programs
- Use filesystem
- Upload and download files
- Access the internet
- Start a web server that's accessible from the internet
- Clone git repositories
- Start any process (even long-running such as a database)
This just a few examples of what can be done with our agent cloud environments.
**Our SDK works with any AI agent (no matter what framework, you're using), and without the need to manage any infrastructure.**
## Getting Started & Documentation
Visit [docs](https://e2b.dev/docs) to get started with the SDK.
### Python
```bash
pip install e2b
```
### JavaScript & TypeScript
```bash
npm install @e2b/sdk
```