Instead of treating TensorLake as just another API, Tensorlake Skills teach agents how to use TensorLake as infrastructure — coordinate workflows with the Orchestration SDK, run tasks in isolated environments with the Sandbox SDK, and compose reliable agent systems for production use.Documentation Index
Fetch the complete documentation index at: https://docs.tensorlake.ai/llms.txt
Use this file to discover all available pages before exploring further.
What You Can Build
Use it when you want your coding agent to build:- Multi-agent applications with an orchestrator and specialist sub-agents
- Sandboxed coding or execution workflows
- Agent teams with separate workspaces
- Long-running or stateful agent systems
- Production-ready orchestration patterns
What the Skill Does
It guides agents to:- Use the Orchestration SDK for workflow logic and multi-agent coordination
- Use the Sandbox SDK for isolated code execution and real agent workspaces
- Combine both SDKs to build production-style agent systems
- Choose TensorLake patterns that are better than a single-agent or stateless approach
Supported Agents
| Agent | File | How to Install |
|---|---|---|
| Claude Code | SKILL.md | Claude Code installation |
| Google ADK | SKILL.md | Google ADK installation |
| OpenAI Codex | AGENTS.md | Codex installation |
Installation
Any Agent
Claude Code
Clone the repo and copy the skill into your project’s.claude/skills/ directory:
Google ADK
Install the skill by adding theSKILL.md file to your ADK agent’s skill directory. See the Google ADK skills documentation for details.
OpenAI Codex
Install the skill by adding theAGENTS.md file to your Codex agent configuration. See the OpenAI Codex documentation for details.
Works with Claude Code, Cursor, Cline, GitHub Copilot, Windsurf, and more via skills.sh.
Setup
TensorLake requires aTENSORLAKE_API_KEY configured in the local environment.
- Get an API key at cloud.tensorlake.ai
- Run
tensorlake loginor configure the variable through your shell profile,.envfile, or secret manager
The Skill Triggers Automatically
The skill activates when you ask the agent to:- Build agentic workflows or multi-agent pipelines
- Run LLM-generated code in a secure sandbox
- Orchestrate complex multi-step AI applications
- Integrate TensorLake with any LLM, framework, database, or API
- Ask questions about TensorLake APIs or documentation