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

# Antigen documentation

> Learn how Antigen maps your attack surface, runs offensive security agents, and verifies every fix.

<h1 className="antigen-home-title">Antigen documentation</h1>

<p className="antigen-home-lede">
  Use these guides to connect your environment, run your first pentest, remediate confirmed
  vulnerabilities, or build directly with the Antigen SDK and API.
</p>

## Start here

<Columns cols={2}>
  <Card title="Quick start" icon="rocket" href="/docs/getting-started/quick-start">
    Connect your infrastructure and see your first confirmed vulnerability.
  </Card>

  <Card title="Understand the system" icon="waypoints" href="/docs/getting-started/concepts">
    Learn how the Asset Map, runs, vulnerabilities, evidence, and remediation fit together.
  </Card>
</Columns>

## Choose your path

<Columns cols={3}>
  <Card title="Use the platform" icon="layout-dashboard" href="/docs/asset-map">
    Map your environment, run offensive agents, and work through the vulnerability lifecycle.
  </Card>

  <Card title="Build with the SDK" icon="braces" href="/docs/sdk">
    Create agents and skills, select models, set guardrails, and control runs programmatically.
  </Card>

  <Card title="Integrate the API" icon="square-terminal" href="/docs/api">
    Authenticate, create targets and runs, and connect Antigen to your existing systems.
  </Card>
</Columns>

## Core workflows

<Columns cols={2}>
  <Card title="Connect your attack surface" icon="network" href="/docs/asset-map/connecting-infrastructure">
    Bring cloud, identity, code, secrets, and deployment systems into one live map.
  </Card>

  <Card title="Run a pentest" icon="radar" href="/docs/runs">
    Give tCell a target, follow the attack as it unfolds, and inspect its evidence.
  </Card>

  <Card title="Fix and verify" icon="shield-check" href="/docs/vulnerability-lifecycle">
    Route confirmed vulnerabilities into remediation and retest every deployed fix.
  </Card>

  <Card title="Connect your workflow" icon="plug" href="/docs/integrations">
    Integrate Antigen with AWS, GitHub, Slack, Linear, Vercel, and the rest of your stack.
  </Card>
</Columns>
