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

# Welcome to Overcut

> The enterprise control plane for agentic SDLC. Run agents that work in your Git, tickets, and CI with durable state, approvals, observability, audit trails, and sandboxed execution built in.

Pick a pillar below to read about that capability, or jump straight to the [Quick Start guides](/docs/quick-starts) to build your first workflow.

<CardGroup cols={2}>
  <Card title="Workflows built for developers" icon="arrow-progress">
    Production-grade automation rather than scripts that drift. Trigger workflows from PR creation, issue labels, slash commands, mentions, or a schedule.
  </Card>

  <Card title="Native Git and ticket integration" icon="git-alt">
    Act on **GitHub**, **GitLab**, **Azure DevOps**, **Bitbucket**, **Jira**, **Linear**, and **ClickUp** through a single normalized event model.
  </Card>

  <Card title="Enterprise-ready and secure" icon="shield-check">
    Managed cloud or on-prem. Your code stays in your environment, with role-based access, scoped tokens, and a full audit trail. [Read the security overview](/docs/privacy-and-security).
  </Card>

  <Card title="Built-in engineering agents" icon="brain-circuit">
    Start from pre-configured agent types (Senior Developer, Code Reviewer, Tech Writer, Product Manager) or build a Custom agent with hand-picked tools. [See base agents](/docs/reference/base-agents).
  </Card>
</CardGroup>

<Frame>
  <img src="https://mintcdn.com/overcut/OA5WSuUPfS8g_FS6/images/canvas.png?fit=max&auto=format&n=OA5WSuUPfS8g_FS6&q=85&s=c119711e2212f9d813a41ca4d589723e" width="1920" height="1080" data-path="images/canvas.png" />
</Frame>

## What you can build

Overcut lets you build any agent that works inside your Git, tickets, or CI, connected to the rest of your ecosystem (logs, metrics, data warehouses, internal APIs). Every workflow runs with sandboxed execution, runtime governance, monitoring, and self-improvement built in.

* **Automated SRE**: triage alerts, correlate logs and metrics, and open incident tickets with root cause analysis and a proposed fix.
* **Always-current documentation**: keep docs, API references, and changelogs aligned with the code as PRs merge.
* **Engineering standards enforcement**: hold every change to your framework versions, naming conventions, and architectural patterns.
* **Security and performance governance**: scan PRs for vulnerabilities, regressions, and policy violations before they reach main.
* **Codebase modernization**: run large-scale migrations across services, from framework upgrades to library swaps and deprecations.

Browse the [Overcut Playbooks repository](https://github.com/overcut-ai/overcut-playbooks) for ready-to-use examples you can fork into your workspace.

<Frame>
  <img src="https://mintcdn.com/overcut/OA5WSuUPfS8g_FS6/images/welcome-execution.png?fit=max&auto=format&n=OA5WSuUPfS8g_FS6&q=85&s=bb2343eb04b607dd923c2b65cf60070f" alt="A Code Review run in progress: step list on the left, Code Reviewer agent reading the diff and reasoning about it in the log stream on the right." width="1920" height="1080" data-path="images/welcome-execution.png" />
</Frame>

Every one of these workflows gets better the longer it runs. After each execution, Overcut runs a retrospective and feeds [workflow memories](/docs/how-to/workflows/workflow-self-improvement) back to the agent, so it stops repeating mistakes and picks up the patterns specific to your team.

## Get started

<CardGroup cols={2}>
  <Card title="Quick Start guides" icon="rocket" href="/docs/quick-starts">
    Step-by-step setups for the most common automations.
  </Card>

  <Card title="Open the app" icon="flag-checkered" href="https://app.overcut.ai/">
    Sign in to Overcut and connect your first repository.
  </Card>
</CardGroup>
