tensorlake

Installation
SKILL.md

What can you do with Tensorlake SDK

Tensorlake provides Two APIs:

  • Sandbox — stateful execution environments for AI agents and isolated tool calls, with suspend/resume, snapshots, and clone for persistence between tasks.
  • Orchestration — sandbox-native durable workflow orchestration for AI agents

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
60
GitHub Stars
176
First Seen
Mar 25, 2026