together-code-sandbox
Installation
SKILL.md
Together Code Sandbox
Overview
Full VM sandboxes with Docker support, memory snapshots, and sub-3-second cloning. Powered by CodeSandbox infrastructure.
- SDK:
npm install @codesandbox/sdk - Auth: CodeSandbox API token from https://codesandbox.io/t/api
- Features: Docker/Dev Containers, filesystem persistence, browser connectivity
Quick Start
import { CodeSandbox } from "@codesandbox/sdk";
const sdk = new CodeSandbox(process.env.CSB_API_KEY!);