Documentation
¶
Overview ¶
Interactive terminal example: open an E2B sandbox, attach the local TTY to a remote PTY (bash) in raw mode, and close the sandbox when the user exits.
Usage:
E2B_API_KEY=... # team API key E2B_DOMAIN=e2b.example.com # optional self-hosted domain E2B_TEMPLATE=base # optional template id/alias go run ./examples/terminal
Type `exit` or press Ctrl+D inside the remote shell to quit. The sandbox is killed automatically on return. Unix only (uses SIGWINCH).
Click to show internal directories.
Click to hide internal directories.