> ## 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.

## Automating security work

The AI-native security automation platform.

<Columns cols={2}>
  <Card title="Automations" icon="workflow" href="/automations/workflows">
    Turn prompts into workflows, triggers, and tables via Tracecat MCP.
  </Card>

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

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

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

  <Card title="Deploy MCP servers" icon="boxes" href="/automations/integrations/mcp-integrations">
    Host your own sandboxed MCP server in Tracecat.
  </Card>

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

## Securing agents at scale

<Badge icon="lock" color="blue" size="lg" shape="pill">Enterprise Edition</Badge>

Protect your organization's agent rollout with the same security features as Tracecat automation.

<Columns cols={2}>
  <Card title="Agent control plane" icon="monitor-check" href="/automations/workflows" disabled>
    Connect local agents to any tool, MCP server, workflow, or agent in Tracecat.
  </Card>

  <Card title="Monitor agents" icon="eye" href="/automations/workflows" disabled>
    Monitor agent tool calls and activity across all connected agents (Claude Code, Cursor, OpenAI Codex).
  </Card>

  <Card title="Detections" icon="brick-wall-shield" href="/automations/workflows" disabled>
    Detect and block malicious tool calls with pre-built and custom rules.
  </Card>

  <Card title="Human-in-the-loop" icon="shield-check" href="/automations/workflows" disabled>
    Approve or reject agent tools calls from within Tracecat UI, Slack, or Microsoft Teams.
  </Card>
</Columns>
