Key takeaways
- Forking mechanism enables A/B testing different agents on identical environments — VM cloning in under 1 second
- Rebranding as Together Code Sandbox; SDK hit GA in May 2025 and features are migrating to the Together platform
- Together AI cut credit pricing from $0.018 to $0.01486 and raised concurrency caps 2-2.5x post-acquisition
FAQ
What is CodeSandbox SDK?
CodeSandbox SDK provides programmable microVM environments for AI agents with forking, snapshots, and hibernation capabilities. It reached general availability in May 2025 and is being rebranded as Together Code Sandbox.
Was CodeSandbox acquired?
Yes, Together AI acquired CodeSandbox in December 2024. The product now operates as Together Code Sandbox, with features migrating to the Together platform; the npm package remains @codesandbox/sdk.
Who competes with CodeSandbox SDK?
E2B, Daytona, Modal, Runloop, and Fly.io Sprites are direct competitors.
Executive Summary
Status note (June 2026): CodeSandbox SDK is active and being rebranded as Together Code Sandbox. Together AI now markets it as "Together Sandbox," and its docs state that features "are being migrated to the Together platform over the coming months." The npm package remains
@codesandbox/sdk, and the SDK reached general availability in May 2025. Not deprecated — but expect the CodeSandbox brand to recede.
CodeSandbox SDK provides programmable microVM environments for AI agents with unique forking capabilities for A/B testing. Originally a browser-based IDE company founded in 2017, CodeSandbox was acquired by Together AI in December 2024 to power their Together Code Interpreter feature. Post-acquisition, Together expanded infrastructure capacity, cut credit pricing, and raised concurrency limits.
| Attribute | Value |
|---|---|
| Company | CodeSandbox (acquired by Together AI) |
| Founded | 2017 |
| Funding | $15.2M (pre-acquisition) |
| Employees | ~25 (remote-first) |
| Headquarters | Amsterdam, Netherlands |
Product Overview
CodeSandbox was founded in 2017 by Ives van Hoorne and Bas Buursma as a browser-based development environment. Over seven years, they built expertise in isolated code execution environments, eventually launching the SDK to let developers programmatically create and manage sandboxes.
In December 2024, Together AI acquired CodeSandbox to integrate their sandbox technology into the Together Inference Platform as the Together Code Interpreter. The SDK left beta and reached general availability in May 2025, and as of June 2026 it is actively maintained and marketed as Together Code Sandbox, with Together's docs noting features "are being migrated to the Together platform over the coming months." Customers Together showcases include HeroUI and LegionEdge.
Key Capabilities
| Capability | Description |
|---|---|
| Forking | Clone live sandboxes in under 1 second for A/B testing agents |
| Snapshots | Memory + filesystem checkpointing at any point |
| Hibernation | Auto-hibernate idle sandboxes to reduce costs |
| Quick Resume | Restore hibernated sandboxes in ~500ms with full state |
| Flexible Sizing | 2-64 vCPUs and 1-128 GB RAM, adjustable on demand |
| Persistent Storage | Git-versioned filesystem maintained across sessions |
Product Surfaces / Editions
| Surface | Description | Availability |
|---|---|---|
| JavaScript SDK | npm install @codesandbox/sdk (GA since May 2025) | GA |
| REST API | HTTP endpoints for sandbox management | GA |
| Together Code Sandbox | Rebranded platform integration; migrating to Together over 2026 | GA |
| Together Code Interpreter | Code execution inside Together's inference platform | GA |
| Browser IDE | Full CodeSandbox development environment | GA |
Technical Architecture
CodeSandbox uses microVMs for isolation, with 2.7-second cold starts (P95) from templates while maintaining security boundaries between sandboxes. Hibernated sandboxes resume in ~500ms and live VMs fork in under 1 second. The architecture supports persistent storage through git integration.
┌─────────────────────────────────────────┐
│ CodeSandbox SDK Platform │
├─────────────────────────────────────────┤
│ ┌──────────┐ ┌──────────┐ │
│ │ Sandbox │──│ Fork │ │
│ │ (μVM) │ │ (μVM) │ ... │
│ └────┬─────┘ └────┬─────┘ │
│ │ │ │
│ ┌────┴─────────────┴─────┐ │
│ │ Snapshot Store │ │
│ │ (Git-based) │ │
│ └────────────────────────┘ │
│ │
│ ┌────────────────────────────────┐ │
│ │ Multi-Region microVMs │ │
│ │ (US, APAC, EMEA) │ │
│ └────────────────────────────────┘ │
└─────────────────────────────────────────┘
Key Technical Details
| Aspect | Detail |
|---|---|
| Isolation | microVMs (hardware-level) |
| Cold Start | 2.7 seconds P95 (template); ~500ms resume from hibernation |
| Persistence | Git-versioned filesystem with memory + disk snapshots |
| Forking | Live VM cloning in under 1 second |
| Hibernation | Auto-sleep with sub-second resume |
| VM Sizes | 2-64 vCPUs, 1-128 GB RAM |
| Open Source | No (proprietary) |
Strengths
- Forking mechanism — Clone live sandboxes in under 1 second for A/B testing different agents
- Mature platform — 8+ years of experience building isolated code execution environments
- Together AI backing — Post-acquisition, Together expanded capacity, cut credit prices ~17%, and raised concurrency caps 2-2.5x
- Fast resume — Hibernated sandboxes restore in ~500ms with full state preserved
- Independent recognition — Northflank's 2026 sandbox roundup calls out CodeSandbox for "snapshotting and environment forking" and rates it well-suited for parallel agent runs
- Continuous context — Resume development in the same sandbox after inactivity
- Web development heritage — Particularly strong for frontend/web agent use cases; HeroUI cites 98% lower preview cold starts
Cautions
- Brand transition underway — Together's docs say features "are being migrated to the Together platform over the coming months"; the CodeSandbox brand and standalone surfaces may not survive the migration
- Less AI-focused — Originally built for human developers, not specifically AI agents
- Slower cold starts — 2.7 seconds P95 vs 90-150ms for dedicated AI sandbox platforms
- Benchmark absence — Superagent's 2026 seven-provider sandbox benchmark (Modal, E2B, Daytona, Cloudflare, Vercel, Beam, Blaxel) omits CodeSandbox entirely, suggesting weaker mindshare among AI-native sandbox buyers
- Not open source — Proprietary platform; no self-hosting option
- Limited GPU support — No GPU access; ML workloads need Modal
- Smaller AI ecosystem — Fewer AI-specific integrations than E2B or Daytona
What Developers Say
Independent community discussion is thin — the main public thread is the December 2024 Show HN launch, and post-acquisition commentary on Reddit and X is sparse.
- On the Show HN launch thread, willbdavenport flagged onboarding friction: "The details of how this works are somewhat confusing, might be nice to have a video tutorial here of a simple usecase"
- Vendor-hosted testimonials (treat accordingly): LegionEdge's founders say the platform saved them "at least 3 months of work" versus building their own VM system, and HeroUI reports "10% faster product development" and "98% lower preview cold starts"
The absence of substantial organic developer chatter — alongside CodeSandbox's omission from Superagent's 2026 benchmark — contrasts with the louder communities around E2B and Daytona.
Pricing & Licensing
| Tier | Price | Includes |
|---|---|---|
| Build (Free) | $0 + $100 one-time credit | 10 concurrent VMs |
| Pro | $150/month | 24-hour sessions, configurable CPU/RAM |
| Scale | Usage-based | 250 concurrent VMs |
| Enterprise | Custom | 250+ concurrent VMs, SLAs, dedicated support |
Usage rate: VM credits cost $0.01486 each (pay-as-you-go), with VM sizes consuming 5-320 credits/hour; minutes are the smallest billing unit.
Post-acquisition changes: Together cut the price-per-credit from $0.018 to $0.01486 and raised concurrent-VM caps 2x on Free (5 to 10) and 2.5x on Scale (100 to 250).
Licensing model: Proprietary, usage-based pricing; Together Code Interpreter is priced separately on the Together platform
Competitive Positioning
Direct Competitors
| Competitor | Differentiation |
|---|---|
| E2B | E2B is AI-native with Firecracker isolation; CodeSandbox has forking and web dev heritage |
| Daytona | Daytona has Computer Use and faster starts; CodeSandbox has mature tooling and forking |
| Modal | Modal has GPUs; CodeSandbox is sandbox-focused with web dev strength |
| Runloop | Runloop has SWE-bench; CodeSandbox has forking and Together AI integration |
When to Choose CodeSandbox SDK Over Alternatives
- Choose CodeSandbox SDK when: You need forking for A/B testing agents, or building web development agents
- Choose E2B when: You want AI-native infrastructure with larger ecosystem
- Choose Daytona when: You need Computer Use or fastest creation time
- Choose Runloop when: You're focused on coding agent benchmarking
Ideal Customer Profile
Best fit:
- Teams already using CodeSandbox for development
- Web development agent use cases (frontend, full-stack)
- Organizations wanting forking for A/B testing agent approaches
- Together AI customers wanting integrated code interpretation
- Educational platforms needing isolated student environments
Poor fit:
- Teams needing fastest cold starts (E2B, Daytona faster)
- Security-critical workloads wanting open-source transparency
- GPU-required ML workloads (Modal better fit)
- Teams wanting self-hosted deployment
Viability Assessment
| Factor | Assessment |
|---|---|
| Financial Health | Strong — Backed by Together AI, which invested in capacity and price cuts |
| Market Position | Challenger — Established infrastructure but absent from some independent 2026 AI-sandbox benchmarks |
| Innovation Pace | Moderate — SDK GA'd May 2025; energy now going into Together platform migration |
| Community/Ecosystem | Established but quiet — Large IDE user base, thin AI-agent community discussion |
| Long-term Outlook | Positive with brand risk — Tech persists; CodeSandbox identity is dissolving into Together Code Sandbox |
The acquisition has played out as integration, not deprecation: as of June 2026 the SDK is GA, actively maintained, and cheaper than at acquisition, marketed as Together Code Sandbox while features migrate to the Together platform. The open question is whether CodeSandbox's web development heritage translates to AI agent use cases, where E2B and Daytona were built AI-native — and whether the standalone CodeSandbox surfaces survive the migration.
Bottom Line
CodeSandbox SDK — now Together Code Sandbox — offers mature sandbox infrastructure with sub-second live-VM forking that enables A/B testing different agent approaches on identical environments. Eighteen months post-acquisition, Together AI has invested rather than shelved: the SDK is GA, credit prices fell 17%, and concurrency caps rose.
The trade-offs: CodeSandbox wasn't built AI-native, its 2.7s cold starts trail dedicated AI sandbox platforms, its AI-agent community presence is thin, and the brand itself is mid-migration into the Together platform.
Recommended for: Teams needing forking for A/B testing, building web development agents, or already using Together AI infrastructure.
Not recommended for: Teams needing fastest cold starts, open-source transparency, or GPU access — or those wary of buying a product mid-rebrand.
Outlook: Expect the CodeSandbox name to fade as Together Code Sandbox absorbs it over 2026. The microVM technology and @codesandbox/sdk package look durable; the standalone CodeSandbox surfaces (IDE, separate billing at codesandbox.io) are the parts most likely to change.
Research by Ry Walker Research • methodology
Sources
- [1] CodeSandbox SDK Page
- [2] CodeSandbox Official Website
- [3] Together AI Acquisition Announcement
- [4] PR Newswire - Together AI Acquires CodeSandbox
- [5] CodeSandbox Company Page
- [6] Tracxn - CodeSandbox Funding
- [7] Together AI Docs - Together Code Sandbox
- [8] Together AI - Sandbox Product Page
- [9] CodeSandbox SDK Pricing Docs
- [10] Show HN: CodeSandbox SDK - Hacker News
- [11] Superagent - AI Code Sandbox Benchmark 2026
- [12] Northflank - Best Sandboxes for Coding Agents in 2026
- [13] CodeSandbox Blog - SDK Official Release