---
name: ContinuousDelivery-insights_integration
title: Adding DevOps Insights
description: IBM Cloud&reg; DevOps Insights collects and analyzes the results from unit tests, functional tests, and code coverage tools to determine whether your code meets predefined criteria at specified gates in your deployment process. If your code does not meet or exceed the criteria, the deployment is stopped to prevent risks from being released. You can use DevOps Insights as a safety net for your continuous delivery environment or as a way to implement and improve quality standards.
last-updated: 2026-07-23
---

> ## Documentation Index
> The table of contents for this documentation set is at https://cloud.ibm.com/docs/ContinuousDelivery?format=markdown
> The index for all IBM Cloud docs is at: https://cloud.ibm.com/docs/llms.txt
> Use these files to discover more information as needed.

# Adding DevOps Insights
{: #dra}

DevOps Insights will reach end of service and be discontinued on **August 31, 2026**. After this date, the service will no longer be available. New DevOps Insights tool integrations can no longer be created. [Learn more](https://cloud.ibm.com/docs/ContinuousDelivery?topic=ContinuousDelivery-faq_region_feature_consolidation&format=markdown)
{: important}

IBM Cloud&reg; DevOps Insights collects and analyzes the results from unit tests, functional tests, and code coverage tools to determine whether your code meets predefined criteria at specified gates in your deployment process. If your code does not meet or exceed the criteria, the deployment is stopped to prevent risks from being released. You can use DevOps Insights as a safety net for your continuous delivery environment or as a way to implement and improve quality standards.
{: shortdesc}

This tool integration is available only on IBM Cloud Public. It is preconfigured and does not require any configuration parameters. You cannot reconfigure this tool integration.
{: tip}

Add DevOps Insights to maintain and improve the quality of your code in IBM Cloud by monitoring your deployments to identify risks before they are released.

1. If you are configuring this tool integration as you are creating the toolchain, in the Configurable Integrations section, click **DevOps Insights**.
1. If you have a toolchain and are adding this tool integration to it, from the IBM Cloud console, click the **Menu** icon ![hamburger icon](images/icon_hamburger.svg) > **Platform Automation** > **Toolchains**. On the Toolchains page, click the toolchain to open its Overview page. 

   a. Click **Add tool**.

   b. In the Tool Integrations section, click **DevOps Insights**.

1. Click **Create Integration**.
1. On the Toolchain's Overview page, on the **IBM Cloud tools** card, click **DevOps Insights** and complete the getting started steps: create criteria, connect the criteria to the pipeline, and run the pipeline.

## Configuring DevOps Insights by using the API
{: #insights-config-parameters}

The DevOps Insights tool integration is preconfigured and does not require any configuration parameters when you use the [Toolchain HTTP API and SDKs](https://cloud.ibm.com/apis/toolchain){: external} to [create](https://cloud.ibm.com/apis/toolchain#create-tool){: external}, [read](https://cloud.ibm.com/apis/toolchain#get-tool-by-id){: external}, and [update](https://cloud.ibm.com/apis/toolchain#update-tool){: external} tool integrations.

You must specify the `tool_type_id` property in the request body with the `draservicebroker` value.
{: important}