TypeScript SDK and ecosystem adapters for CoreWeave Sandbox.
This is a pnpm monorepo. Product docs for the core SDK live in
packages/cwsandbox.
For contribution guidelines and CLA requirements, see
CONTRIBUTING.md.
| Package | Status | Description |
|---|---|---|
@coreweave/cwsandbox |
beta (published) | Core TypeScript SDK (/node, /wandb) |
@coreweave/cwsandbox-tanstack |
private; publish deferred | TanStack AI sandbox adapter |
@coreweave/cwsandbox-computesdk |
public metadata; publish deferred | ComputeSDK sandbox provider |
| Vercel AI adapter | planned | npm name deferred until scaffold |
Published packages are intended to move in lockstep. The unpublished adapters remain on their initial workspace versions until they are ready for their first npm release; align them with core as part of that release.
pnpm install
pnpm checkUseful commands:
pnpm build— build all workspace packages with abuildscript (Turbo)pnpm typecheck/pnpm test— typecheck/test across the workspace graphpnpm quality/pnpm fix— Oxlint + Oxfmt (check / fix)pnpm smoke— live e2e smoke (CWSANDBOX_API_KEYrequired; not part ofpnpm check)pnpm --dir examples/sdk quick-start— core SDK recipe (seeexamples/README.md)pnpm --dir examples/weave start/pnpm --dir examples/tanstack start— integration examples (turbo run start --filter=...also works)
Runnable recipes and integrations live under examples/. See
examples/README.md for the full gallery, deferred
Python-parity gaps, and how to run each script.
- The CWSandbox SDK packages (
packages/*) are licensed under the Apache-2.0 license. - The usage examples (
examples/) are licensed under the BSD-3-Clause license.