Installation
Overview
The TypeScript SDK provides five main modules:| Module | Access | Purpose |
|---|---|---|
| Sandbox | Sandbox.create() | Create, connect to, and manage sandboxes |
| Commands | sandbox.commands | Execute shell commands |
| Filesystem | sandbox.files | Read, write, and manage files |
| PTY | sandbox.pty | Interactive terminal sessions |
| Templates | sandbox.templates | Build and manage container templates |