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

# Open Source at Rootly

> Rootly's commitment to the open source community, including our public projects, contributions, and the libraries we maintain for the reliability ecosystem.

## Why Rootly Loves Open Source

At Rootly, open source isn't just something we use—it's core to who we are. We believe that the best incident management practices should be accessible to everyone, and that collaboration across the industry makes us all better at keeping systems reliable.

### Our Philosophy

**Building on the Shoulders of Giants**

Rootly is built on top of countless open source projects that power modern infrastructure. From the frameworks that run our platform to the monitoring tools that integrate with our product, we owe a tremendous debt to the open source community.

**Giving Back**

We're committed to contributing back to the ecosystem that has enabled us to build Rootly. Whether it's through open sourcing our own tools, contributing to projects we depend on, or sponsoring developers and foundations, we believe in active participation in the community.

**Transparency and Trust**

Open source embodies the values we hold dear: transparency, collaboration, and continuous improvement. These same values guide how we build our product and work with our customers.

***

## Our Open Source Projects

### Infrastructure as Code

<CardGroup cols={2}>
  <Card title="Terraform Provider" icon="cloud" href="https://github.com/rootlyhq/terraform-provider-rootly">
    Infrastructure as code for Rootly configuration. Manage your incident management setup alongside your infrastructure.
  </Card>

  <Card title="Pulumi Provider" icon="layer-group" href="https://github.com/rootlyhq/pulumi-rootly">
    Pulumi provider for Rootly, enabling modern infrastructure as code workflows.
  </Card>
</CardGroup>

### Command Line Tools

<CardGroup cols={2}>
  <Card title="CLI" icon="terminal" href="https://github.com/rootlyhq/cli">
    Command-line interface for interacting with Rootly from your terminal.
  </Card>

  <Card title="Terminal UI (TUI)" icon="rectangle-terminal" href="https://github.com/rootlyhq/rootly-tui">
    Terminal UI for viewing Rootly incidents and alerts with a rich interactive interface.
  </Card>
</CardGroup>

### SDKs & Client Libraries

<CardGroup cols={2}>
  <Card title="Python SDK" icon="python" href="https://github.com/rootlyhq/rootly-python">
    Official Python client library for the Rootly API.
  </Card>

  <Card title="Go SDK" icon="golang" href="https://github.com/rootlyhq/rootly-go">
    Official Go client library for the Rootly API.
  </Card>

  <Card title="Rust SDK" icon="rust" href="https://github.com/rootlyhq/rootly-rs">
    Strongly-typed Rust client for the Rootly API.
  </Card>

  <Card title="Swift SDK" icon="swift" href="https://github.com/rootlyhq/rootly-swift">
    Official Swift client library for the Rootly API.
  </Card>

  <Card title="Java SDK" icon="java" href="https://github.com/rootlyhq/rootly-java">
    Official Java client library for the Rootly API.
  </Card>

  <Card title="Sidekiq SDK (Go)" icon="golang" href="https://github.com/rootlyhq/sidekiq-sdk-go">
    Go SDK for interacting with Sidekiq's Redis data structures.
  </Card>
</CardGroup>

### Integrations & Plugins

<CardGroup cols={2}>
  <Card title="Backstage Plugin" icon="puzzle-piece" href="https://github.com/rootlyhq/backstage-plugin">
    Manage incidents directly from Backstage. View and respond to incidents without leaving your developer portal.
  </Card>

  <Card title="Backstage Entity Processor" icon="puzzle-piece" href="https://github.com/rootlyhq/backstage-plugin-entity-processor">
    Process Backstage entities and sync them with Rootly services.
  </Card>

  <Card title="GitHub Pulse Action" icon="github" href="https://github.com/rootlyhq/pulse-action">
    GitHub Action for sending deployment and change events to Rootly Pulse.
  </Card>

  <Card title="Glean Connector" icon="plug" href="https://github.com/rootlyhq/rootly-glean-connector">
    Python-based connector for importing Rootly data into Glean for enterprise search.
  </Card>
</CardGroup>

### Migration Tools

<CardGroup cols={2}>
  <Card title="Datadog-PagerDuty Migrator" icon="arrows-rotate" href="https://github.com/rootlyhq/rootly-datadog-pagerduty-migrator">
    Migrate your Datadog and PagerDuty configuration to Rootly.
  </Card>

  <Card title="Datadog-OpsGenie Migrator" icon="arrows-rotate" href="https://github.com/rootlyhq/rootly-datadog-opsgenie-migrator">
    Migrate your Datadog and OpsGenie configuration to Rootly.
  </Card>
</CardGroup>

### AI & Research (Rootly AI Labs)

Open source projects from [Rootly AI Labs](https://github.com/Rootly-AI-Labs) focused on AI-powered incident management and SRE research.

<CardGroup cols={2}>
  <Card title="Rootly MCP Server" icon="robot" href="https://github.com/Rootly-AI-Labs/Rootly-MCP-server">
    Model Context Protocol server for integrating Rootly with AI agents and LLMs.
  </Card>

  <Card title="Logs Dataset" icon="database" href="https://github.com/Rootly-AI-Labs/logs-dataset">
    A collection of logs used for training AI-powered Incident Management and SRE Automation.
  </Card>

  <Card title="Incident Diagram" icon="diagram-project" href="https://github.com/Rootly-AI-Labs/IncidentDiagram">
    Create diagrams from Incident Reviews and PostMortems using LLMs.
  </Card>

  <Card title="SRE Skills Bench" icon="flask" href="https://github.com/Rootly-AI-Labs/SRE-skills-bench">
    Benchmark to evaluate if language models can resolve real-world SRE tasks.
  </Card>

  <Card title="GMCQ Benchmark" icon="code-compare" href="https://github.com/Rootly-AI-Labs/GMCQ-benchmark">
    Evaluation benchmark for language models to understand code and close pull requests.
  </Card>

  <Card title="On-Call Health" icon="heart-pulse" href="https://github.com/Rootly-AI-Labs/On-Call-Health">
    Identify signs that incident responders are overworked or at risk of burnout.
  </Card>

  <Card title="EventOrOutage" icon="chart-line" href="https://github.com/Rootly-AI-Labs/EventOrOutage">
    Use LLMs to determine if a traffic drop is due to an external event or an outage.
  </Card>

  <Card title="OpenBench" icon="scale-balanced" href="https://github.com/Rootly-AI-Labs/openbench">
    Provider-agnostic, open-source evaluation infrastructure for language models.
  </Card>

  <Card title="EFCB" icon="vial" href="https://github.com/Rootly-AI-Labs/efcb">
    The Environment-Free Coding Benchmark (EFCB) suite for evaluating AI coding capabilities.
  </Card>
</CardGroup>

***

## Community Involvement

**Conference Participation**

Our team regularly speaks at and sponsors conferences focused on DevOps, SRE, and open source software.

**Knowledge Sharing**

We share our learnings through blog posts, talks, and documentation to help the broader community improve their incident management practices.

***

## Get Involved

We welcome contributions to our open source projects! Here's how you can get involved:

* **Report Issues**: Found a bug? Let us know on GitHub.
* **Submit PRs**: We review and merge community contributions.
* **Share Feedback**: Tell us what you'd like to see in our open source tools.
* **Spread the Word**: Star our repos and share them with others.

<Info>
  Interested in contributing? Check out the README in each repository for contribution guidelines and development setup instructions.
</Info>

***

## Our Commitment

We're committed to:

1. **Maintaining our open source projects** with the same quality standards as our commercial product
2. **Responding to community issues** in a timely manner
3. **Accepting and reviewing** community contributions
4. **Keeping our tools useful** for the broader community, not just Rootly customers
5. **Being transparent** about our roadmap and decision-making

Open source has shaped the modern infrastructure landscape, and we're proud to be part of that tradition.

<CardGroup cols={2}>
  <Card title="Rootly HQ" icon="github" href="https://github.com/rootlyhq">
    Core tools, SDKs, and integrations.
  </Card>

  <Card title="Rootly AI Labs" icon="flask" href="https://github.com/Rootly-AI-Labs">
    AI research, benchmarks, and datasets.
  </Card>
</CardGroup>
