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

# Introduction

> Deploy Claude agents with one command

<img src="https://mintcdn.com/castari/jbQ9Bvk0O7P3z8fg/images/header.png?fit=max&auto=format&n=jbQ9Bvk0O7P3z8fg&q=85&s=e3744654cd77e0b5fe5a19ac3cd4d3a8" alt="Castari" className="w-full rounded-lg mb-8" width="12000" height="4968" data-path="images/header.png" />

# Castari

**Deploy Claude agents with one command.**

Castari is the natural runtime for AI agents. We deploy your Claude agents in secure, auto-scaling sandboxes — so you go from prototype to production in minutes, not weeks.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Deploy your first agent in under 5 minutes
  </Card>

  <Card title="CLI Reference" icon="terminal" href="/cli/overview">
    All commands at your fingertips
  </Card>

  <Card title="SDK Reference" icon="code" href="/sdk/overview">
    Build programmatically with TypeScript
  </Card>

  <Card title="API Reference" icon="server" href="/api-reference/introduction">
    Direct REST API access
  </Card>
</CardGroup>

<Tip>
  **Using Claude Code?** Type `/castari-deploy` and deploy your agent without leaving the editor. Install the plugin with `npx skills add castari/cli`. [Get started →](/guides/claude-code)
</Tip>

## How It Works

```bash theme={null}
# 1. Install
npm install -g @castari/cli

# 2. Login
cast login

# 3. Create an agent
cast init my-agent

# 4. Deploy
cd my-agent && cast deploy

# 5. Invoke
cast invoke my-agent "Hello!"
```

That's it. Your agent is now running in a secure sandbox, ready to scale.

## Why Castari?

<CardGroup cols={3}>
  <Card title="Fast" icon="bolt">
    Deploy in seconds, not hours. No infrastructure to manage.
  </Card>

  <Card title="Secure" icon="shield">
    Every agent runs in an isolated sandbox. Your code, your data, protected.
  </Card>

  <Card title="Scalable" icon="chart-line">
    Per-request scaling. Fresh sandbox for every invocation. Pay for what you use.
  </Card>
</CardGroup>

## What You Can Build

* **Coding agents** — Review code, write scripts, analyze repos
* **Research agents** — Search the web, synthesize findings, generate reports
* **Support agents** — Handle tickets, look up data, escalate issues
* **Custom agents** — Any Claude-powered workflow with tools

## Get Started

<Card title="Quick Start Guide" icon="play" href="/quickstart">
  Deploy your first agent in under 5 minutes
</Card>
