The API for AI
Coding Agents

You added ChatGPT to your app in an afternoon.
Now do the same with coding agents.

terminal
$npm installtabbi-sdk
import { Tabbi } from "tabbi-sdk";
const tabbi = new Tabbi({ apiKey: "tb_live_..." });
// Create a sandboxed coding environment
const session = await tabbi.createSession();
// Send a task to the AI agent
await session.sendMessage(
"Build me a REST API with Express"
);
// Get the files it created
const files = await session.listFiles("/");

Everything you need to ship

Production-ready infrastructure that scales with your application

Isolated Sandboxes

Every session runs in its own secure, containerized environment with full filesystem access and terminal capabilities.

Real-time Streaming

Server-sent events deliver AI responses, code changes, and command output as they happen—no polling required.

AI-Powered Coding

Advanced AI with reasoning, code generation, and multi-step task execution built directly into the platform.

Git Integration

Native git support in every sandbox. Clone repos, commit changes, and manage version control programmatically.

Complete File Access

Read, write, and download any file generated by the AI. Full control over the sandbox filesystem via REST API.

Developer-First SDK

TypeScript SDK with full type safety, intelligent retries, and comprehensive error handling out of the box.

Stop building infrastructure. Start shipping features.

We handle the complex infrastructure so you can focus on what matters—your product.

Without Tabbi
  • Provision and manage VMs
  • Build sandbox orchestration
  • Handle terminal I/O streaming
  • Implement file system access
  • Manage security & isolation
With Tabbi
  • One API call to start
  • Zero infrastructure to manage
  • Ship your product today

Ready to integrate AI agents?

Get started in minutes with our comprehensive SDK and documentation. No credit card required.