sandbox-bridge

Installation
SKILL.md

Sandbox Bridge

A hosted Cloudflare Sandbox deployment may be available to agents working in this repo, depending on whether the host injects credentials for it. It exposes the full @cloudflare/sandbox SDK over a small HTTP API ("the bridge") so you can drive a real sandbox container from curl, scripts, or tests without deploying your own worker.

The source for the bridge lives in the repo:

  • bridge/worker/ — the deployed worker entrypoint (thin wrapper).
  • packages/sandbox/src/bridge/ — the actual bridge implementation: routes, auth, pool management.

If the API behaves unexpectedly, read those before guessing.

Credentials

When the host provides them, two environment variables are set in your shell:

Variable Purpose
SANDBOX_WORKER_URL Base URL of the bridge worker (https).
SANDBOX_API_KEY Bearer token for Authorization header.
Related skills
Installs
1
GitHub Stars
1.0K
First Seen
7 days ago