Skip to content
GitHub

ComputeSDK: Secure Code Execution Anywhere

ComputeSDK provides a unified interface for running code in secure, isolated environments across multiple cloud providers. Whether you’re building AI applications, developer tools, or serverless backends, ComputeSDK makes it easy to execute untrusted code safely.

A sandbox is an isolated environment where your code executes securely. Each sandbox provides:

  • Isolated filesystem
  • Network restrictions
  • Resource limits
  • Clean environment for each execution

Jump to Quick Start →

Or learn more about managing sandboxes →

ComputeSDK supports multiple execution backends (see providers for details)

Configure your provider →

Execute code in multiple languages with automatic runtime detection.

Learn about code execution →

Interact with files in your sandbox:

Explore filesystem operations →

Build interactive web applications using our UI package:

Learn about web integration →

See UI package →

Configure your sandbox with options to customize its behavior.

Learn about sandbox options →

Handle errors and exceptions in your code.

Learn about error handling →