> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sb0.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# What is sb0?

> Build and deploy Python Claude agents to the sb0 platform

`sb0` is a CLI tool that lets you build Python Claude Agent SDK agents and deploy them to the sb0 platform. Write your agent logic in Python, and `sb0` handles containerization and deployment infrastructure.

## Key Features

* **Simple agent development** - Write your agent logic in Python using the Claude Agent SDK
* **Fast local iteration** - Test agents locally without Docker
* **Production-ready deployment** - Automatic containerization and platform deployment
* **Platform integration** - Built-in authentication, hosting, and query API

## Who is this for?

`sb0` is designed for developers who want to:

* Build Claude agents with minimal infrastructure work
* Test and iterate quickly during development
* Deploy agents to production with a single command
* Focus on agent capabilities rather than deployment complexity
