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

# CodeAnt AI

> Agentic security platform — defensive and offensive security from codebase to attack surface.

CodeAnt AI is an **agentic security platform** that combines **defensive and offensive security** — from your codebase to your attack surface. Every line reviewed. Every endpoint tested. Every risk ranked.

**Defensive.** Catch issues in the IDE and CLI before a line is committed. Review every pull request with full codebase context. Scan code, infrastructure, and dependencies in one unified AI SAST pass.

**Offensive.** Map your public exposure. Run chained attacks with 500+ exploit agents. Re-attack with grey-box knowledge learned from your codebase.

<Note>
  These docs cover the defensive layer, Control Center, and Cloud Security. For the offensive layer and the full platform, see [codeant.ai](https://www.codeant.ai).
</Note>

## Where CodeAnt runs

<CardGroup cols={2}>
  <Card title="Control Center" icon="browser" href="/control_center">
    A dashboard to visualize security and code health across every repo, prioritize the highest-impact risks, and ship fixes in bulk.
  </Card>

  <Card title="Pull Request Review" icon="code-pull-request" href="/pull_request/howToUse">
    AI line-by-line code review on every PR — security and quality findings with full codebase context, auto-suggested fixes, and PR summaries.
  </Card>

  <Card title="IDE" icon="laptop-code" href="/ide/setup/vscode">
    Catch security and quality issues before a line is committed — in VS Code, Cursor, JetBrains, Visual Studio, and Windsurf.
  </Card>

  <Card title="CLI" icon="terminal" href="/cli/setup">
    Run CodeAnt locally or in CI, wire it into git hooks, and invoke it from Claude Code or Cursor.
  </Card>

  <Card title="Scan Center" icon="shield-halved" href="/scan_center/analysis_configuration">
    AI SAST across code, infrastructure, dependencies, and secrets — in one unified scan.
  </Card>

  <Card title="Cloud Security" icon="cloud" href="/cloud_security/aws">
    Detect and fix misconfigurations across AWS, GCP, and Azure.
  </Card>
</CardGroup>

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Install the app, sign in, and run your first review in minutes.
  </Card>

  <Card title="Connect your SCM" icon="plug" href="/setup/github">
    Step-by-step setup for GitHub, GitLab, Bitbucket, and Azure DevOps.
  </Card>
</CardGroup>
