You added ChatGPT to your app in an afternoon.
Now do the same with coding agents.
import { Tabbi } from "tabbi-sdk";const tabbi = new Tabbi({ apiKey: "tb_live_..." });// Create a sandboxed coding environmentconst session = await tabbi.createSession();// Send a task to the AI agentawait session.sendMessage("Build me a REST API with Express");// Get the files it createdconst files = await session.listFiles("/");
Production-ready infrastructure that scales with your application
Every session runs in its own secure, containerized environment with full filesystem access and terminal capabilities.
Server-sent events deliver AI responses, code changes, and command output as they happen—no polling required.
Advanced AI with reasoning, code generation, and multi-step task execution built directly into the platform.
Native git support in every sandbox. Clone repos, commit changes, and manage version control programmatically.
Read, write, and download any file generated by the AI. Full control over the sandbox filesystem via REST API.
TypeScript SDK with full type safety, intelligent retries, and comprehensive error handling out of the box.
We handle the complex infrastructure so you can focus on what matters—your product.
Get started in minutes with our comprehensive SDK and documentation. No credit card required.