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!);

// Create a sandbox
const sandbox = await sdk.sandboxes.create();
Related skills

More from zainhas/togetherai-skills

Installs
4
GitHub Stars
2
First Seen
Feb 27, 2026