tensorlake

Installation
SKILL.md

What can you do with Tensorlake SDK

Tensorlake provides three APIs:

  • Sandbox — stateful execution environments for AI agents and isolated tool calls, with suspend/resume, snapshots, copy, and pre-warmed pools for persistence between tasks.
  • Orchestration — sandbox-native durable workflow orchestration for AI agents.
  • Storage — versioned Cloud Volumes (tl fs) and managed Git repositories (tl git) that mount into a sandbox as an ordinary directory and outlive it.

Available in Python, TypeScript, and CLI. Use standalone or as infrastructure alongside any LLM provider, agent framework, database, or API.

Before you start

Verify setup

  1. SDK installed? If not, install by
    Python: pip install tensorlake
    TypeScript: npm install tensorlake
    CLI: curl -fsSL https://tensorlake.ai/install | sh
  2. API key set?
    For using CLI only, run tl login
    For using SDKs, get a key at cloud.tensorlake.ai. and export TENSORLAKE_API_KEY=your-api-key-here
Installs
66
GitHub Stars
175
First Seen
Mar 25, 2026
tensorlake — tensorlakeai/tensorlake-skills