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
- 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