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

# Krait Docs

> Everything you need to secure your code, fix vulnerabilities, and stay compliant.

<Frame>
  <img src="https://mintcdn.com/krait/9ioPUQVgYHbGs9dJ/images/hero-image.png?fit=max&auto=format&n=9ioPUQVgYHbGs9dJ&q=85&s=1d115aa917b35eb698b6d23cceafdb71" alt="Krait platform overview" className="mx-auto" style={{ width:"100%", borderRadius:"12px" }} width="2400" height="680" data-path="images/hero-image.png" />
</Frame>

Krait is an Application Security Posture Management platform that finds, prioritizes, and fixes vulnerabilities across your code and containers. Connect your repositories, get a prioritized list of what actually matters, and ship fixes directly from the platform.

## Get started

<CardGroup cols={3}>
  <Card title="Create an account" icon="user-plus" href="/getting-started/setup">
    Sign up and connect your first repository in minutes.
  </Card>

  <Card title="Connect your VCS" icon="code-branch" href="/integrations/code/code">
    Integrate GitHub or GitLab to start scanning your code.
  </Card>

  <Card title="Understand your findings" icon="chart-bar" href="/finding-management/dashboard">
    Learn how to read your dashboard and act on what matters.
  </Card>
</CardGroup>

## What Krait does

<CardGroup cols={2}>
  <Card title="Scans your code and containers" icon="magnifying-glass">
    SCA, SAST, secrets detection, IaC scanning, and malware checks run automatically every time you connect a repository or container image.
  </Card>

  <Card title="Builds your API inventory" icon="sitemap">
    Krait reads your source code to map every route, controller, middleware chain, and data structure your application exposes, without relying on traffic or Swagger files.
  </Card>

  <Card title="Prioritizes what matters" icon="ranking-star">
    Out of thousands of findings, Krait surfaces the exploitable ones. Its AI-driven prioritization cuts through the noise so your team works on real risk, not false positives.
  </Card>

  <Card title="Fixes it for you" icon="wand-magic-sparkles">
    AI Autofix creates pull requests directly to your repository. Review the fix, merge it, and move on.
  </Card>
</CardGroup>

## Explore by topic

<CardGroup cols={3}>
  <Card title="Scanning" icon="radar" href="/scanning/code">
    Code, container, and dependency scanning.
  </Card>

  <Card title="Deep Scanning" icon="microscope" href="/deep-scan/api-inventory">
    API inventory, call graphs, and deep vulnerability analysis.
  </Card>

  <Card title="AI Autofix" icon="bolt" href="/scanning/autofix">
    Automated fix PRs for dependency and API vulnerabilities.
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations/code/code">
    GitHub, GitLab, Docker, Linear, and Slack.
  </Card>

  <Card title="Tickets" icon="ticket" href="/tickets/manage-ticket">
    Turn findings into Linear issues without leaving Krait.
  </Card>

  <Card title="Compliance Reports" icon="file-shield" href="/reports/compliance-reports">
    ISO 27001, SOC 2, OWASP Top 10, and CIS Benchmarks.
  </Card>
</CardGroup>
