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

# Welcome to Tracecat

Tracecat is the AI automation platform for security teams and agents.

## Get started

The recommended way to start is to connect your coding agent to the Tracecat MCP server.
Your agent then builds and runs workflows, agents, tables, and cases for you.

<Columns cols={2}>
  <Card title="Getting started" icon="rocket" href="/overview/getting-started">
    Try Tracecat today by self-hosting with Docker Compose.
  </Card>

  <Card title="Tracecat MCP" icon="terminal" href="/automations/tracecat-mcp">
    View every tool your agent can call in Tracecat.
  </Card>
</Columns>

## Explore the platform

<Columns cols={2}>
  <Card title="Agents" icon="sparkles" href="/agents/ai-agent">
    Build custom AI agents that call tools and MCP (stdio, remote) servers.
  </Card>

  <Card title="Workflows" icon="workflow" href="/automations/workflows">
    Draft, publish, and run workflow definitions.
  </Card>

  <Card title="Actions" icon="zap" href="/automations/actions">
    Configure action inputs, success and error paths, and control flow.
  </Card>

  <Card title="Triggers" icon="webhook" href="/automations/triggers/webhooks">
    Start workflows from external systems with webhooks.
  </Card>

  <Card title="Tables" icon="table" href="/automations/tables">
    Store structured data and query it from workflows and agents.
  </Card>

  <Card title="Integrations" icon="plug" href="/automations/integrations/prebuilt-credentials">
    Configure prebuilt credentials for Tracecat's built-in integrations.
  </Card>

  <Card title="Case management" icon="layers" href="/automations/cases">
    Resolve work items with agents and workflows.
  </Card>

  <Card title="Custom integrations" icon="blocks" href="/custom-actions/custom-registry">
    Build your own custom actions and sync them into Tracecat via git.
  </Card>

  <Card title="MCP servers" icon="boxes" href="/automations/integrations/mcp-integrations">
    Connect third-party remote and stdio MCP servers for your agents to call.
  </Card>

  <Card title="Self-hosting" icon="server" href="/self-hosting/docker-compose">
    Host your Tracecat in your own infrastructure.
  </Card>
</Columns>
