architecture
Installation
SKILL.md
Architecture
Three-Layer Architecture
-
@cloudflare/sandbox(packages/sandbox/) — Public SDK published to npmSandboxclass: Durable Object that manages the container lifecycle- Modular HTTP clients per capability (
CommandClient,FileClient,ProcessClient, …) CodeInterpreter: high-level API for Python/JS with structured outputsproxyToSandbox(): request handler for preview URL routing
-
@repo/shared(packages/shared/) — Internal shared utilities- Type definitions used by both SDK and container runtime
- Centralized error classes (
packages/shared/src/errors/) and logging - Not published to npm