Overview of @cloudflare/sandbox/bridge
mainThe @cloudflare/sandbox/bridge library provides the core infrastructure for managing sandbox environments. It exports the following key components:
bridge(): A factory function used to initialize the bridge.- Warm Pool Durable Object: Manages a pool of pre-warmed sandbox environments to reduce latency.
- API Routes: Provides the endpoints required for interacting with the sandbox.
- OpenAPI Schema: Defines the contract for the bridge's API.
For detailed information on API references, deployment, authentication, security, and warm pool configuration, refer to the bridge/worker/README.md documentation.