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

# Documentation

> Auto-fix novel vulnerabilities and reduce false positives at scale with ZeroPath.

ZeroPath finds and auto-fixes security vulnerabilities with 75% fewer false positives. These docs cover everything from connecting your first repository to configuring advanced scanning policies.

<Columns cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get scanning in minutes. Connect your repo, run your first scan, and see results.
  </Card>

  <Card title="API Reference" icon="terminal" href="/api-reference/introduction">
    Integrate ZeroPath into your workflows with the REST API.
  </Card>
</Columns>

## Get Started

<Columns cols={3}>
  <Card title="I'm a Developer" icon="code" href="/quickstart">
    Connect your repository, enable PR scanning, and get inline fix suggestions on every pull
    request.
  </Card>

  <Card title="I'm in AppSec" icon="shield-check" href="/scanning/sast-overview">
    Understand how ZeroPath discovers vulnerabilities, review findings, configure custom rules, and
    generate compliance reports.
  </Card>

  <Card title="I'm an Admin" icon="gear" href="/platform/scanner-settings">
    Set up integrations, manage teams and permissions, configure scanner settings, and create API
    tokens.
  </Card>
</Columns>

## Scanning Products

<Columns cols={3}>
  <Card title="SAST" icon="shield-check" href="/scanning/sast-overview">
    AI-native static analysis across 15+ languages. Finds novel vulns that pattern-matching misses.
  </Card>

  <Card title="SCA" icon="cubes" href="/sca/overview">
    Dependency vulnerability scanning with reachability analysis and auto-remediation PRs.
  </Card>

  <Card title="PR Scanning" icon="code-pull-request" href="/scanning/pr-scanning">
    Diff-focused scans on every pull request with inline comments and check statuses.
  </Card>

  <Card title="Secrets" icon="key" href="/scanning/secrets">
    Detect hardcoded credentials and API keys with verification status.
  </Card>

  <Card title="IaC" icon="cloud" href="/scanning/iac">
    Find misconfigurations in Terraform, Kubernetes, Docker, and CloudFormation.
  </Card>

  <Card title="Auto-Fix" icon="wrench" href="/scanning/auto-fix">
    AI-generated code patches and automatic pull requests for detected vulnerabilities.
  </Card>
</Columns>

## Developer Tools

<Columns cols={2}>
  <Card title="CLI" icon="terminal" href="/cli/introduction" horizontal>
    Scan locally or from CI/CD. Outputs SARIF for integration with any tool.
  </Card>

  <Card title="VS Code Extension" icon="window" href="/developer-tools/vscode" horizontal>
    Browse findings, view scans, and apply patches directly in your editor.
  </Card>

  <Card title="MCP Server" icon="robot" href="/mcp/overview" horizontal>
    Connect ZeroPath to AI coding assistants like Claude and Cursor.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhook/introduction" horizontal>
    Get real-time event notifications for scans, findings, and status changes.
  </Card>
</Columns>

## Platform & Integrations

<Tabs>
  <Tab title="Platform">
    <Columns cols={2}>
      <Card title="Custom Rules" icon="shield" href="/platform/custom-rules" horizontal>
        Define security policies in natural language.
      </Card>

      <Card title="Repository Context" icon="comment-dots" href="/platform/repo-context" horizontal>
        Give ZeroPath background knowledge about your codebase.
      </Card>

      <Card title="Scanner Settings" icon="sliders" href="/platform/scanner-settings" horizontal>
        Configure scan modules, thresholds, and schedules.
      </Card>

      <Card title="Teams & Permissions" icon="users" href="/platform/teams" horizontal>
        Manage access control and repository assignments.
      </Card>

      <Card title="Compliance & GRC" icon="check-circle" href="/platform/compliance" horizontal>
        Control mapping, evidence collection, and GRC platform sync.
      </Card>

      <Card title="Reports" icon="file-text" href="/platform/reports" horizontal>
        Generate compliance and audit reports.
      </Card>
    </Columns>
  </Tab>

  <Tab title="Integrations">
    <Columns cols={2}>
      <Card title="Jira" icon="ticket" href="/integrations/jira" horizontal>
        Bidirectional sync — push findings, auto-resolve on close.
      </Card>

      <Card title="Linear" icon="check-square" href="/integrations/linear" horizontal>
        Push findings to Linear with auto-ticketing.
      </Card>

      <Card title="Slack" icon="bell" href="/integrations/slack" horizontal>
        Scan notifications and vulnerability alerts in your channels.
      </Card>

      <Card title="Wiz" icon="cloud" href="/integrations/wiz" horizontal>
        Cloud security context and exposure data for SAST findings.
      </Card>
    </Columns>
  </Tab>

  <Tab title="Authentication">
    <Columns cols={2}>
      <Card title="Enterprise SSO & Directory Sync" icon="lock" href="/authentication/enterprise-sso" horizontal>
        SAML, OIDC, SCIM provisioning, and HRIS directory sync.
      </Card>

      <Card title="API Tokens" icon="key" href="/authentication/api-tokens" horizontal>
        Programmatic access for CLI, CI/CD, and custom integrations.
      </Card>
    </Columns>
  </Tab>
</Tabs>

## Resources

<Columns cols={2}>
  <Card title="Dashboard" icon="grid" href="https://zeropath.com/app">
    Access your ZeroPath dashboard to view scan results and manage policies.
  </Card>

  <Card title="Community" icon="users" href="https://discord.gg/ZRqDvZ6qjJ">
    Join our Discord for tips, support, and discussions.
  </Card>

  <Card title="Support" icon="life-ring" href="mailto:support@zeropath.com">
    Get help from our expert support team.
  </Card>

  <Card title="Status" icon="signal" href="https://status.zeropath.com">
    Check ZeroPath service availability and incident history.
  </Card>
</Columns>
