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

# Corgea Documentation

> Find, triage, and fix security issues in your code with AI.

Corgea is an AI-powered application security platform built for developers. It scans your code, dependencies, containers, and infrastructure, filters out the false positives, and generates fixes you can review and merge in a pull request.

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Add a project and review your first findings in less than 5 minutes.
  </Card>

  <Card title="Connect your repositories" icon="github" href="/github">
    Install Corgea in GitHub, GitLab, Azure DevOps, Bitbucket, or Harness.
  </Card>

  <Card title="Scan from the CLI" icon="terminal" href="/cli">
    Run scans, inspect findings, and apply fixes from your terminal or CI.
  </Card>
</CardGroup>

## Scan your code

<CardGroup cols={3}>
  <Card title="AI-native SAST" icon="radar" href="/blast">
    BLAST finds business logic, authentication, and code vulnerabilities that traditional SAST misses.
  </Card>

  <Card title="Dependency Scanning" icon="boxes-stacked" href="/sca">
    Detect vulnerable third-party packages across 25+ languages and ecosystems.
  </Card>

  <Card title="Secret Scanning" icon="key" href="/secret-scanning">
    Catch hardcoded credentials, API keys, and tokens before they reach production.
  </Card>

  <Card title="Container Scanning" icon="cube" href="/container-scanning">
    Scan container images for vulnerable OS and application packages.
  </Card>

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

  <Card title="Code Quality" icon="code" href="/code-quality-scanner">
    Review maintainability, readability, and performance issues alongside security.
  </Card>
</CardGroup>

## Triage and fix

<CardGroup cols={2}>
  <Card title="Vulnerabilities Workbench" icon="list-check" href="/vulnerabilities">
    Search, filter, and prioritize every finding across your projects in one place.
  </Card>

  <Card title="Applying Fixes" icon="wand-magic-sparkles" href="/fixes">
    Review AI-generated fixes and ship them through a pull request, your IDE, or a patch.
  </Card>

  <Card title="False Positive Detection" icon="filter" href="/false_positive">
    Let Corgea use code and infrastructure context to remove noise automatically.
  </Card>

  <Card title="Corgea Agent" icon="comments" href="/agent">
    Ask questions about scans and findings in chat or directly in pull request comments.
  </Card>
</CardGroup>

## Set and enforce policy

<CardGroup cols={3}>
  <Card title="PolicyIQ" icon="brain" href="/policies">
    Teach Corgea your business context and security architecture for sharper results.
  </Card>

  <Card title="Blocking Rules" icon="shield-halved" href="/blocking_rules">
    Fail builds and block pull requests that introduce unacceptable risk.
  </Card>

  <Card title="SLA Management" icon="clock" href="/sla_management">
    Set remediation deadlines by severity and track issues that fall behind.
  </Card>
</CardGroup>

## Work where you build

<CardGroup cols={3}>
  <Card title="IDE Extensions" icon="laptop-code" href="/vsc_extension">
    Fix issues in VS Code, Visual Studio 2022, and JetBrains IDEs.
  </Card>

  <Card title="Agentic Integrations" icon="robot" href="/agentic_integrations">
    Let Cursor, Claude Code, Copilot, and Codex scan and fix on your behalf.
  </Card>

  <Card title="Model Context Protocol" icon="plug" href="/modelcontextprotocol">
    Connect AI assistants to your scans, issues, and policies over MCP.
  </Card>

  <Card title="Issue Tracking" icon="jira" href="/jira">
    Sync findings to Jira or Linear and keep status in step with your backlog.
  </Card>

  <Card title="Slack Notifications" icon="slack" href="/slack">
    Alert the right channel when new issues, fixes, or scans land.
  </Card>

  <Card title="API Reference" icon="square-terminal" href="/api-reference/introduction">
    Automate scans and pull results with the Corgea API and webhooks.
  </Card>
</CardGroup>

## Administer your organization

<CardGroup cols={3}>
  <Card title="User Management" icon="users" href="/user_management">
    Invite teammates and manage roles, teams, and permission groups.
  </Card>

  <Card title="SSO" icon="id-card" href="/sso">
    Set up SAML or OIDC single sign-on with your identity provider.
  </Card>

  <Card title="Security & Compliance" icon="lock" href="/security">
    Read how Corgea protects your code, data, and infrastructure.
  </Card>
</CardGroup>

## Get help

See what shipped in the [changelog](/changelog), check live availability on the [status page](https://status.corgea.app/), or email [help@corgea.com](mailto:help@corgea.com) and our team will get back to you.
