> ## Documentation Index
> Fetch the complete documentation index at: https://hacktronai-changelog-e1a164be.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome

> Hacktron is an AI-powered security code-review platform. Our AI agents review your repositories for exploitable vulnerabilities and surface them as pull-request comments and dashboard findings. It works in two modes: per-PR reviews that run on each pull or merge request, and whitebox scans (also called pentests) that analyze a repository's full source.

## Hacktron Platform

<Columns cols={2}>
  <Card title="Platform Overview" icon="table-columns" href="/platform/overview">
    Create an organization, triage findings, and review your security posture
    via your dashboard.
  </Card>

  <Card title="Integrations" icon="gear" href="/platform/integrations">
    Connect Git providers, project management, and communication tools.
  </Card>

  <Card title="Code Review" icon="code-pull-request" href="/code-review/overview">
    Connect repositories and run PR review workflows with organization-managed
    seats.
  </Card>

  <Card title="White-box Pentest" icon="shield-halved" href="/white-box-pentest/overview">
    Run scoped white-box pentests with org-wide credits and owner-controlled
    initiation.
  </Card>
</Columns>

## REST API

Programmatic access to scans, findings, and cost estimations.

<Columns cols={2}>
  <Card title="API Introduction" icon="bolt" href="/api-reference/introduction">
    Base URL, conventions, and what you can do with the public REST API.
  </Card>

  <Card title="Authentication" icon="key" href="/api-reference/authentication">
    Create an API key, understand scopes, and learn how to make authenticated
    requests.
  </Card>

  <Card title="Scans" icon="shield-halved" href="/api-reference/scans/create-scan">
    Trigger pentest scans, poll status, and list results.
  </Card>

  <Card title="Findings" icon="magnifying-glass" href="/api-reference/findings/list-findings">
    Browse, filter, triage, and comment on findings.
  </Card>
</Columns>
