# Castari ## Docs - [Introduction](https://docs.castari.com/index.md): Deploy Claude agents with one command - [Quick Start](https://docs.castari.com/quickstart.md): Deploy your first agent in under 5 minutes - [Installation](https://docs.castari.com/installation.md): Install the Castari CLI and SDK - [Your First Agent](https://docs.castari.com/first-agent.md): Understand agent structure and customize your first deployment - [CLI Overview](https://docs.castari.com/cli/overview.md): The cast command-line interface - [cast login](https://docs.castari.com/cli/login.md): Authenticate with Castari - [cast init](https://docs.castari.com/cli/init.md): Create a new agent from a template - [cast deploy](https://docs.castari.com/cli/deploy.md): Deploy an agent to Castari - [cast invoke](https://docs.castari.com/cli/invoke.md): Invoke a deployed agent - [cast agents](https://docs.castari.com/cli/agents.md): List and manage agents - [cast secrets](https://docs.castari.com/cli/secrets.md): Manage agent secrets and environment variables - [cast files](https://docs.castari.com/cli/files.md): Manage files in Castari storage - [cast apikey](https://docs.castari.com/cli/apikey.md): Manage API keys for authentication - [cast whoami](https://docs.castari.com/cli/whoami.md): Show current authenticated user - [cast stop](https://docs.castari.com/cli/stop.md): Stop a running agent - [cast usage](https://docs.castari.com/cli/usage.md): View usage statistics - [cast buckets](https://docs.castari.com/cli/buckets.md): Manage cloud storage buckets - [cast mounts](https://docs.castari.com/cli/mounts.md): Mount storage buckets to agents - [cast sessions](https://docs.castari.com/cli/sessions.md): Manage agent sessions - [SDK Overview](https://docs.castari.com/sdk/overview.md): Use Castari programmatically with TypeScript - [CastariClient](https://docs.castari.com/sdk/client.md): SDK client configuration and setup - [Agents API](https://docs.castari.com/sdk/agents.md): Manage agents programmatically - [Secrets API](https://docs.castari.com/sdk/secrets.md): Manage agent secrets programmatically - [Types](https://docs.castari.com/sdk/types.md): TypeScript interfaces and types - [Auth API](https://docs.castari.com/sdk/auth.md): Authentication and API key management - [Usage API](https://docs.castari.com/sdk/usage.md): Query usage statistics and costs - [Storage API](https://docs.castari.com/sdk/storage.md): Manage cloud storage buckets - [Mounts API](https://docs.castari.com/sdk/mounts.md): Mount storage buckets to agent sandboxes - [Files API](https://docs.castari.com/sdk/files.md): Managed file storage for agents - [How Castari Works](https://docs.castari.com/concepts/how-it-works.md): Architecture and key concepts - [Agents](https://docs.castari.com/concepts/agents.md): What agents are and how they work - [Sandboxes](https://docs.castari.com/concepts/sandboxes.md): Isolated execution environments for agents - [Secrets](https://docs.castari.com/concepts/secrets.md): Managing environment variables for agents - [Invocations](https://docs.castari.com/concepts/invocations.md): How agent requests and responses work - [Managed Files](https://docs.castari.com/concepts/files.md): Simple file storage for agent data - [Using Templates](https://docs.castari.com/guides/templates.md): Start with pre-built agent templates - [Building Custom Agents](https://docs.castari.com/guides/custom-agents.md): Build agents from scratch with the Claude Agent SDK - [Claude Code Plugin](https://docs.castari.com/guides/claude-code.md): Deploy agents to Castari directly from Claude Code - [MCP Integration](https://docs.castari.com/guides/mcp.md): Using Model Context Protocol tools with agents - [Debugging Agents](https://docs.castari.com/guides/debugging.md): Troubleshooting tips and common issues - [Best Practices](https://docs.castari.com/guides/best-practices.md): Guidelines for building production-ready agents - [Working with Files](https://docs.castari.com/guides/files.md): Upload and attach files to agents - [API Reference](https://docs.castari.com/api-reference/introduction.md): Castari REST API documentation ## Optional - [GitHub](https://github.com/castari/cli)