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

# Welcome to the Shinzo Platform

> Easy-to-use, reliable agent infrastructure and observability for developers.

# Agent Infrastructure for Developers

Shinzo provides the tools you need to deploy, manage, and observe AI agents in production. From one-click agent deployments to full conversation analytics, Shinzo makes it easy to build and run reliable AI agents at scale.

<video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://shinzo.ai/videos/AIAgentAnalyticsDemo.mp4" />

## Get Started

<CardGroup cols={2}>
  <Card title="Deploy an Agent" icon="robot" href="/shinzo-agents" horizontal>
    Create and manage AI agents with built-in messaging, MCP server access, and persistent storage.
  </Card>

  <Card title="Agent Analytics" icon="chart-line" href="/ai-tools/claude-code" horizontal>
    Add observability to Claude Code or the Anthropic SDK in minutes.
  </Card>
</CardGroup>

## Core Platform Features

Everything you need to deploy, monitor, and optimize AI agents.

<CardGroup cols={2}>
  <Card title="Shinzo Agents" icon="robot" href="/shinzo-agents">
    Deploy and manage AI agents with persistent filesystems, MCP server access, and multi-channel messaging.
  </Card>

  <Card title="Agent Analytics" icon="chart-line" href="/platform/agent-analytics">
    Track conversations, token usage, costs, and performance across your agents.
  </Card>

  <Card title="Shinzo MCP Server" icon="server" href="/shinzo-mcp-server">
    Give your agents direct access to platform capabilities through MCP.
  </Card>

  <Card title="MCP Server Observability" icon="puzzle-piece" href="/quickstart">
    Instrument your MCP servers with our TypeScript or Python SDK for full telemetry.
  </Card>
</CardGroup>

## Key Benefits

Why developers choose Shinzo for agent infrastructure.

<CardGroup cols={2}>
  <Card title="Deploy in Minutes" icon="rocket">
    Go from zero to a running agent with a single API call. No Kubernetes expertise required.
  </Card>

  <Card title="Full Observability" icon="eye">
    See every conversation, tool call, and token across your agents and MCP servers.
  </Card>

  <Card title="Multi-Channel Messaging" icon="comments">
    Connect agents to Discord, Slack, Telegram, or your own API with built-in channel bindings. WhatsApp support coming soon.
  </Card>

  <Card title="MCP-Native" icon="plug">
    First-class support for Model Context Protocol — manage, proxy, and observe MCP servers.
  </Card>
</CardGroup>

## Learn More

<CardGroup cols={2}>
  <Card title="Model Context Protocol" icon="brain" href="/concepts/mcp">
    Learn about MCP and why it needs specialized observability tools.
  </Card>

  <Card title="OpenTelemetry Integration" icon="globe" href="/concepts/opentelemetry">
    Understand how we leverage OpenTelemetry standards for MCP.
  </Card>

  <Card title="API Reference" icon="book" href="/api/overview">
    Explore the full Shinzo REST API for agents, analytics, and telemetry.
  </Card>

  <Card title="Contact Support" icon="envelope" href="mailto:austin@shinzolabs.com">
    Get help or contact us about your use case.
  </Card>
</CardGroup>
