Skip to content
@tensorlakeai

Tensorlake

Tensorlake is dynamic compute infrastructure for secure, stateful AI agent execution
Tensorlake

Agent-native compute infrastructure.

Secure sandboxes that scale from one to thousands.

Documentation · Book a Demo · Slack


Tensorlake provides dynamic, persistent sandboxes for AI agents. Run untrusted code securely, fan out parallel execution across clusters, and checkpoint agents to resume them on demand — from the CLI or the Python SDK.

pip install tensorlake
tl login
tl sbx new my-sandbox --cpus 1.0 --memory 1024
tl sbx exec <sandbox-id> python -c 'print("Hello from Tensorlake")'
tl sbx snapshot <sandbox-id>
from tensorlake.sandbox import SandboxClient

client = SandboxClient()
sandbox = client.create_and_connect(name="my-sandbox", cpus=1.0, memory_mb=1024)

result = sandbox.run("python", ["-c", "print('Hello from Tensorlake')"])
print(result.stdout)

# Checkpoint and snapshot
snapshot = client.snapshot_and_wait(sandbox.sandbox_id)

Why Tensorlake

  • Distributed Fan-out — Go from one sandbox to hundreds per second for deep research and parallel tool use
  • Stateful Suspend & Resume — Checkpoint agents to cold storage, wake them up instantly when needed
  • Dynamic Resources — Allocate CPU, memory, and GPU on the fly — no static templates
  • SSD-native I/O — Built for workloads that read and write heavily, not just fast boot
  • BYOC / On-Prem — Run on your infrastructure for cost control, security, and compliance
  • Install Anything — Docker, Kubernetes, systemd — full Linux environments, not stripped-down containers

Repositories

Repository Description
tensorlake/sdk CLI and Python SDK
tensorlake/cookbooks Example projects and integrations
tensorlake/skills Skills for coding agents to use Tensorlake
benchmarks Sandbox File System I/O Benchmarks

Get in Touch

X LinkedIn

Pinned Loading

  1. tensorlake tensorlake Public

    Tensorlake is a serverless runtime for sandboxes and deploying background agentic applications

    Python 900 134

  2. sandbox-sqlite-bench sandbox-sqlite-bench Public

    File System I/O benchmarks of major Sandbox vendors

    Python 9 1

  3. tensorlake-skills tensorlake-skills Public

    Build production agent systems with orchestration and sandboxed execution environments using the Tensorlake SDK

    Shell 170 7

  4. cookbooks cookbooks Public

    Python 6

Repositories

Showing 10 of 34 repositories
  • tensorlake Public

    Tensorlake is a serverless runtime for sandboxes and deploying background agentic applications

    tensorlakeai/tensorlake’s past year of commit activity
    Python 900 Apache-2.0 134 36 9 Updated Apr 12, 2026
  • computesdk-benchmarks Public Forked from computesdk/benchmarks

    Compare startup time-to-interactive for top sandbox providers.

    tensorlakeai/computesdk-benchmarks’s past year of commit activity
    TypeScript 0 MIT 13 0 0 Updated Apr 12, 2026
  • harbor Public Forked from harbor-framework/harbor

    Harbor is a framework for running agent evaluations and creating and using RL environments.

    tensorlakeai/harbor’s past year of commit activity
    Python 0 Apache-2.0 896 0 0 Updated Apr 11, 2026
  • tensorlake-skills Public

    Build production agent systems with orchestration and sandboxed execution environments using the Tensorlake SDK

    tensorlakeai/tensorlake-skills’s past year of commit activity
    Shell 170 MIT 7 0 0 Updated Apr 11, 2026
  • computesdk Public Forked from computesdk/computesdk

    A free and open-source toolkit for running other people's code in your applications.

    tensorlakeai/computesdk’s past year of commit activity
    TypeScript 0 MIT 31 0 0 Updated Apr 10, 2026
  • cookbooks Public
    tensorlakeai/cookbooks’s past year of commit activity
    Python 6 0 0 0 Updated Apr 8, 2026
  • autoresearch Public Forked from karpathy/autoresearch

    AI agents running research on single-GPU nanochat training automatically

    tensorlakeai/autoresearch’s past year of commit activity
    Python 0 10,341 0 0 Updated Apr 6, 2026
  • rustables Public

    Fork of gitlab.com/rustwall/rustables — nftables Rust bindings

    tensorlakeai/rustables’s past year of commit activity
    Rust 0 GPL-3.0 0 0 0 Updated Apr 6, 2026
  • .github Public
    tensorlakeai/.github’s past year of commit activity
    1 0 0 0 Updated Apr 4, 2026
  • letta Public Forked from letta-ai/letta

    Letta is the platform for building stateful agents: AI with advanced memory that can learn and self-improve over time.

    tensorlakeai/letta’s past year of commit activity
    Python 0 Apache-2.0 2,373 0 0 Updated Apr 3, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…