Integrations
E2B
E2B is a secure, sandboxed environment where you can run arbitrary code.
To build this integration, you just need to replace Open Interpreter’s python
(which runs locally) with a python
that runs on E2B.
First, get an API key here, and set it:
Then, define a custom language for Open Interpreter. The class name doesn’t matter, but we’ll call it PythonE2B
: