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

# Scrubbe: AI-powered incident management platform

> Scrubbe unifies on-call scheduling, SLA tracking, signal ingestion, and AI-assisted post-mortems so engineering teams can detect and resolve incidents faster.

Scrubbe is an incident management platform built for engineering teams who need to detect, coordinate, and resolve production incidents quickly. It brings together real-time signal ingestion from your existing monitoring stack, an AI intelligence layer called Ezra that reasons over incidents and generates actionable analysis, and a full suite of operational tooling — on-call scheduling, SLA policies, playbooks, and service maps — all accessible through a single REST API.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Create your first incident in under 5 minutes
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Get your API token and start making calls
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Full REST API documentation with examples
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations/overview">
    Connect Slack, GitHub, GitLab, Prometheus, and more
  </Card>
</CardGroup>

## What Scrubbe does

Scrubbe covers the full incident lifecycle — from the moment something goes wrong to the post-mortem that prevents it from happening again.

<CardGroup cols={2}>
  <Card title="Incident Management" icon="triangle-exclamation" href="/concepts/incidents">
    Track incidents through OPEN → ACKNOWLEDGED → INVESTIGATION → MITIGATED → RESOLVED
  </Card>

  <Card title="Signal Ingestion" icon="satellite-dish" href="/concepts/signals">
    Receive events from GitHub, GitLab, Kubernetes, Prometheus, Datadog, and PagerDuty
  </Card>

  <Card title="AI with Ezra" icon="brain" href="/guides/ai-ezra">
    4-stage reasoning pipeline for root cause analysis, impact assessment, and remediation
  </Card>

  <Card title="Playbooks" icon="book-open" href="/guides/playbooks">
    Automated runbooks with step-by-step execution and adaptive learning
  </Card>

  <Card title="On-Call Scheduling" icon="calendar" href="/concepts/on-call">
    Assign team members to on-call shifts with escalation and silent hours
  </Card>

  <Card title="SLA Policies" icon="clock" href="/concepts/sla-policies">
    Define response and resolution time targets per priority level
  </Card>
</CardGroup>

## Get started in 3 steps

<Steps>
  <Step title="Create an account">
    Register your business account and set up your team. Invite team members and assign roles before your first incident.

    [Set up your team →](/account/team-setup)
  </Step>

  <Step title="Connect your tools">
    Hook up Slack for notifications, GitHub or GitLab for deployment correlation, and your monitoring stack for automated signal ingestion.

    [Explore integrations →](/integrations/overview)
  </Step>

  <Step title="Respond to your first incident">
    Create an incident ticket, assign it, run Ezra's AI analysis, and generate a post-mortem when it's resolved.

    [Manage incidents →](/guides/manage-incidents)
  </Step>
</Steps>

## Base URL

All API requests go to:

```
https://your-api-domain.com/api/v1
```

Replace `your-api-domain.com` with your Scrubbe instance URL. Interactive API documentation is available at `/api/docs`.
