Skip to content
GitHub

Create secure sandboxes anywhere

Create secure sandboxes anywhere

The best way to manage sandboxes and run AI agents on any sandbox or cloud provider.

sandbox.ts
import { compute } from 'computesdk';

// auto-detects provider from environment variables
const sandbox = compute.sandbox.create();

const result = await sandbox.runCode('print("Hello!")');
console.log(result.output); // "Hello!"

await sandbox.filesystem.writeFile('/sandbox.txt', 'Success!');

await compute.sandbox.destroy(sandbox.sandboxId);
Backed by
Features

Everything You Need, Out of the Box

Built for developers who want powerful sandboxes without the complexity

End-User Authentication

Give your users direct access to their sandboxes—no proxy required. Build client-side code editors and AI coding assistants with zero server overhead.

Full Terminal Access

Connect to provider environments through interactive terminals from browser or backend. Complete shell access to the underlying Linux system.

Interactive Terminal I/O

Full PTY support for authentic terminal experiences via WebSocket. Real-time input/output with xterm.js compatibility.

Complete File System Control

Manage files in provider sandboxes via REST APIs. Upload datasets, scaffold projects, read build outputs with full programmatic access.

And more...

Real-time File Watching
Output Streams
WebSocket Event System
Public URLs Out of the Box
Use Cases

Built for Modern Development

AI Code Execution

Power AI coding assistants with real-time code execution, terminal streaming, and file system control.

Code Playgrounds

Build interactive coding environments with instant preview URLs, hot reload, and multi-language support.

Educational Platforms

Create hands-on learning experiences with isolated environments and real-time student monitoring.

Trusted by the best

Independent benchmarks of every major sandbox provider, sponsored by industry leaders.

Backed by
ArchilLatitudeBrowserbaseTigris

Start Building Today

Production-ready sandboxes are waiting for you.