Create an OpenAI assistant that uses E2B Sandbox How to start Clone this repository Open the e2b-cookbook/guides/open-assistant-js directory Install dependencies: npm install Rename .env.example to .env and set up the OPENAI_API_KEY key and the E2B_API_KEY key. You can get E2B_API_KEY at https://e2b.dev/docs/getting-started/api-key Run npm run create-ai-assistant if you don't have an assistant yet Get the assistant ID from the console output and set it in the .env file as AI_ASSISTANT_ID Start the app: npm start