Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
runCode
run_code
import { Sandbox } from '@e2b/code-interpreter' const sbx = await Sandbox.create() const execution = await sbx.runCode('print("Hello, world!")') console.log(execution)
Was this page helpful?