API - Start Here
The LinearB API gives you full control to integrate deployments, incidents, measurements, custom metrics, teams, services, and users with your internal systems. This hub provides everything you need…
API - Incidents
The LinearB Incident API lets you send incident data to LinearB so the platform can accurately calculate Change Failure Rate (CFR) and Mean Time to Recovery (MTTR). By integrating your incident sourc…
API - Measurements v2
Use the Measurements V2 API to export metrics that LinearB has already computed from your Git data. You can use these reports to build custom dashboards, power external analytics, or feed data into y…
API - Services
Use the Services API to define services and their associated repositories, so LinearB can correctly attribute metrics such as DORA, deployments, incidents, and custom measurements to the right servic…
API - External Metrics
The External Custom Metrics API lets you report critical metrics from third-party tools (such as code coverage, security scanners, or CI systems) directly into LinearB. These metrics can be attached…
API - Teams v2
Use the Teams V2 API to create and manage teams programmatically in LinearB. Teams define which contributors belong together for metrics, dashboards, delivery insights, project tracking, and automati…
API - Users
The Users API allows you to automate provisioning, lookup, and update of contributor identities inside LinearB. This API is typically used by organizations that sync users from identity systems, main…
API - Deployment
Use the Deployment API to report deployments from your CI/CD system and allow LinearB to accurately determine which merged branches were included in each release. When a deployment is reported, Linea…
Incident API – Configure Incident Detection for DORA Metrics
Configure the LinearB Incident API to ingest incidents from your incident management tools. This article explains setup, supported workflows, and best practices for ensuring incidents are accurately reflected in DORA metrics such as Change Failure Rate and MTTR.
Generating a LinearB API Token
LinearB enables you to: Track deployment times via API calls from your CI/CD system. Report incidents to measure metrics such as MTTR (Mean Time to Recovery) and CFR (Change Failure Rate) more accura…
Integrating Shortcut into LinearB
Generate a Shortcut API token and connect it to LinearB to sync stories, workflows, and project data for enhanced tracking and automation.
MCP Server – Kubernetes Secrets
Securely manage LinearB API tokens in Kubernetes using Secrets. Learn best practices for injecting credentials into MCP servers and sensors without hard-coding sensitive data.
Release Notes - August 2025
Scale with new platform management APIs and smarter PR automations.
Sharing LinearB Metrics and Projects
Easily share LinearB metrics, dashboards, and project data through links, CSV exports, PNG files, or API integrations for seamless team collaboration.
Integration Guide - GitLab (Cloud + Self-Managed)
Connect GitLab to LinearB to start processing your Git data for delivery metrics and automation. TL;DR. Generate a GitLab Personal Access Token (PAT) with api , read_user , and read_repository scopes…