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
- SDK installed? If not, install by
Python:pip install tensorlake
TypeScript:npm install tensorlake
CLI:curl -fsSL https://tensorlake.ai/install | sh - API key set?
For using CLI only, runtl login
For using SDKs, get a key at cloud.tensorlake.ai. andexport TENSORLAKE_API_KEY=your-api-key-here