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

# Introduction

> Deploy Claude Code agents, connect tools, and automate workflows

## What is DataGen?

DataGen is a **command center** to operationalize your Claude Code. Build agents locally, deploy them to the cloud, add MCP integrations or create custom tools to extend their capabilities, and trigger them via webhooks or schedules. Your agents can send results through Slack, email, or create pull requests automatically.

<Frame>
  <img src="https://mintcdn.com/datagen/LWL3BGYwXkq1W4fz/images/agents/agent-list.png?fit=max&auto=format&n=LWL3BGYwXkq1W4fz&q=85&s=b8e3659c57294772a7d4d71cac9e6844" alt="DataGen agent dashboard" width="1501" height="791" data-path="images/agents/agent-list.png" />
</Frame>

## What You Can Do

<CardGroup cols={3}>
  <Card title="Deploy Agents" icon="robot" href="/guide/deploy-agent">
    Deploy Claude Code agents to run on webhooks or schedules. Auto-create PRs, send notifications, and process data.
  </Card>

  <Card title="Connect Channels" icon="comments" href="/guide/channels-overview">
    Communicate with agents through Slack, email, and webhooks. Trigger runs and receive results.
  </Card>

  <Card title="Extend with Tools" icon="plug" href="/guide/add-mcp-servers">
    Connect 50+ MCP servers -- Gmail, Linear, HubSpot, and more. Build custom tools with Python.
  </Card>
</CardGroup>

## How It Works

<Steps>
  <Step title="Build Agent in Claude Code">
    Create agents, skills, or commands as `.md` files in your repository.
  </Step>

  <Step title="Deploy to DataGen">
    Push to DataGen cloud via the plugin or web UI.
  </Step>

  <Step title="Trigger via Webhook or Schedule">
    Run on a recurring schedule, via webhook from external systems, or manually.
  </Step>

  <Step title="Results via Slack, Email, or PR">
    Agents deliver results through your configured channels -- Slack messages, email threads, or pull requests.
  </Step>
</Steps>

## Get Started

<Card title="Quick Start: Install the DataGen Plugin" icon="bolt" href="/guide/quickstart">
  Get 50+ MCP tools, 9 slash commands, and one-command deployment -- install in under 60 seconds.
</Card>

<Note>
  Not using Claude Code? See [Alternative Setup](/guide/alternative-setup) for Claude Desktop, Cursor, and Direct Connect options.
</Note>
