https://github.com/e2b-dev/docs
E2B Documentation
https://github.com/e2b-dev/docs
Last synced: 18 days ago
JSON representation
E2B Documentation
- Host: GitHub
- URL: https://github.com/e2b-dev/docs
- Owner: e2b-dev
- Created: 2025-08-14T09:40:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-02-06T01:40:00.000Z (19 days ago)
- Last Synced: 2026-02-06T04:30:44.048Z (19 days ago)
- Language: JavaScript
- Homepage: https://e2b.dev/docs
- Size: 1.74 MB
- Stars: 7
- Watchers: 0
- Forks: 7
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Support: docs/support.mdx
Awesome Lists containing this project
README
# E2B Docs
This is an official E2B documentation deployed at [e2b.dev/docs](https://e2b.dev/docs).
### Development
Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command
```
npm i -g mintlify
```
Run the following command at the root of your documentation (where mint.json is)
```
mintlify dev
```