diff --git a/config/_default/menus/main.en.yaml b/config/_default/menus/main.en.yaml index f28109b65b7e2..6aecd2418714e 100644 --- a/config/_default/menus/main.en.yaml +++ b/config/_default/menus/main.en.yaml @@ -1483,11 +1483,6 @@ menu: identifier: bits_ai_sre_investigate_alerts parent: bits_ai_sre weight: 100 - - name: Coordinate incidents - url: bits_ai/bits_ai_sre/coordinate_incidents - identifier: bits_ai_sre_coordinate_incidents - parent: bits_ai_sre - weight: 101 - name: Bits AI Dev Agent url: bits_ai/bits_ai_dev_agent parent: bits_ai @@ -2480,46 +2475,51 @@ menu: parent: incident_investigate identifier: incident_investigate_follow_ups weight: 502 + - name: Incident AI + url: service_management/incident_management/incident_ai + identifier: incident_ai + parent: incidents + weight: 6 - name: Incident Settings url: service_management/incident_management/incident_settings parent: incidents identifier: incidents_settings - weight: 6 + weight: 7 - name: Information url: service_management/incident_management/incident_settings/information parent: incidents_settings identifier: incidents_settings_information - weight: 601 + weight: 701 - name: Property Fields url: service_management/incident_management/incident_settings/property_fields parent: incidents_settings identifier: incidents_settings_property_fields - weight: 602 + weight: 702 - name: Responder Types url: service_management/incident_management/incident_settings/responder_types parent: incidents_settings identifier: incidents_settings_responder_types - weight: 603 + weight: 703 - name: Integrations url: service_management/incident_management/incident_settings/integrations parent: incidents_settings identifier: incidents_settings_integrations - weight: 604 + weight: 704 - name: Notification Rules url: service_management/incident_management/incident_settings/notification_rules parent: incidents_settings identifier: incidents_settings_notification_rules - weight: 605 + weight: 705 - name: Templates url: service_management/incident_management/incident_settings/templates parent: incidents_settings identifier: incidents_settings_templates - weight: 606 + weight: 706 - name: Incident Analytics url: service_management/incident_management/analytics parent: incidents identifier: analytics - weight: 7 + weight: 8 - name: Integrations url: service_management/incident_management/integrations parent: incidents diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 5dc983c967be2..4abcd8747187d 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -301,6 +301,7 @@ unsupported_sites: fleet_automation: [gov] high_availability_datadog_agent: [gov] iac_security: [gov] + incident_ai: [gov] internal_developer_portal: [gov] live_debugger: [gov] llm_observability: [gov] diff --git a/content/en/bits_ai/_index.md b/content/en/bits_ai/_index.md index db2ca8a579780..4a50d0dc99ee4 100644 --- a/content/en/bits_ai/_index.md +++ b/content/en/bits_ai/_index.md @@ -25,7 +25,7 @@ Bits AI is your agentic teammate in Datadog, built to automate development, secu ## Features {{< whatsnext desc="Learn about how you can use Bits AI:" >}} - {{< nextlink href="bits_ai/bits_ai_sre" >}}Investigate alerts and coordinate incidents proactively with Bits AI SRE{{< /nextlink >}} + {{< nextlink href="bits_ai/bits_ai_sre" >}}Investigate alerts with Bits AI SRE{{< /nextlink >}} {{< nextlink href="bits_ai/bits_ai_dev_agent" >}}Automate code fixes with Bits AI Dev Agent{{< /nextlink >}} {{< nextlink href="actions/action_interface" >}}Take action on your systems with Action Interface{{< /nextlink >}} @@ -36,6 +36,3 @@ Bits AI is your agentic teammate in Datadog, built to automate development, secu ## Further reading {{< partial name="whats-next/whats-next.html" >}} - -[3]: /service_management/incident_management -[4]: /bits_ai/bits_ai_sre/coordinate_incidents/ \ No newline at end of file diff --git a/content/en/bits_ai/bits_ai_sre/_index.md b/content/en/bits_ai/bits_ai_sre/_index.md index a782076cc4b7b..9e4347a9de99d 100644 --- a/content/en/bits_ai/bits_ai_sre/_index.md +++ b/content/en/bits_ai/bits_ai_sre/_index.md @@ -1,17 +1,20 @@ --- title: Bits AI SRE -description: "Learn how Bits AI SRE autonomously investigates alerts and coordinates incident response to improve on-call operations." +description: "Learn how Bits AI SRE autonomously investigates alerts to improve on-call operations." further_reading: - link: "https://www.datadoghq.com/blog/bits-ai-sre/" tag: "Blog" text: "Introducing Bits AI SRE, your AI on-call teammate" + - link: "/service_management/incident_management/incident_ai" + tag: "Documentation" + text: "Coordinate incidents with Incident AI" cascade: site_support_id: bits_ai_sre --- ## Overview -Bits AI SRE is an autonomous AI agent that investigates alerts and coordinates incident response. When a monitor triggers, Bits proactively generates multiple hypotheses, queries relevant telemetry, and reasons over the data to help on-call engineers quickly identify the root cause. If the alert escalates to an incident, Bits supports the response by managing stakeholder communications, surfacing relevant knowledge base content, highlighting related incidents, and accelerating the postmortem and incident follow-up process. By reducing manual effort, Bits ensures smoother and more efficient on-call operations. +Bits AI SRE is an autonomous AI agent that investigates alerts. When a monitor triggers, Bits AI proactively generates multiple hypotheses, queries relevant telemetry, and reasons over the data to help on-call engineers quickly identify the root cause. {{< img src="bits_ai/overview.png" alt="Bits AI analysis on a monitor alert" style="width:100%;" >}} @@ -19,9 +22,8 @@ Bits AI SRE is an autonomous AI agent that investigates alerts and coordinates i {{< whatsnext desc="Learn about how you can use Bits AI SRE:" >}} {{< nextlink href="bits_ai/bits_ai_sre/investigate_alerts" >}}Investigate alerts{{< /nextlink >}} - {{< nextlink href="bits_ai/bits_ai_sre/coordinate_incidents" >}}Coordinate incidents{{< /nextlink >}} {{< /whatsnext >}} ## Further reading -{{< partial name="whats-next/whats-next.html" >}} \ No newline at end of file +{{< partial name="whats-next/whats-next.html" >}} diff --git a/content/en/bits_ai/chat_with_bits_ai.md b/content/en/bits_ai/chat_with_bits_ai.md index 88f47a30cc93e..1bfb4e37b0846 100644 --- a/content/en/bits_ai/chat_with_bits_ai.md +++ b/content/en/bits_ai/chat_with_bits_ai.md @@ -5,9 +5,9 @@ further_reading: - link: "bits_ai/" tag: "Documentation" text: "Bits AI Overview" -- link: "bits_ai/bits_ai_sre/coordinate_incidents/" +- link: "/service_management/incident_management/incident_ai" tag: "Documentation" - text: "Coordinate Incidents" + text: "Coordinate incidents with Incident AI" aliases: - /bits_ai/getting_started/ --- diff --git a/content/en/bits_ai/bits_ai_sre/coordinate_incidents.md b/content/en/service_management/incident_management/incident_ai.md similarity index 59% rename from content/en/bits_ai/bits_ai_sre/coordinate_incidents.md rename to content/en/service_management/incident_management/incident_ai.md index c283aefd8c77b..57d996c6c18d6 100644 --- a/content/en/bits_ai/bits_ai_sre/coordinate_incidents.md +++ b/content/en/service_management/incident_management/incident_ai.md @@ -1,39 +1,47 @@ --- -title: Coordinate Incidents -description: "Use Bits AI SRE to streamline incident response workflow with proactive updates, stakeholder notifications, and AI-assisted postmortems." -further_reading: -- link: "https://www.datadoghq.com/blog/bits-ai-for-incident-management/" - tag: "Blog" - text: "Stay up to date on the latest incidents with Bits AI" +title: Incident AI +description: "Learn how to use Incident AI to automate incident coordination, generate summaries, send notifications, and create AI-assisted postmortems." aliases: - /bits_ai/managing_incidents/ +- /bits_ai/bits_ai_sre/coordinate_incidents +further_reading: +- link: "/bits_ai/bits_ai_sre/" + tag: "Documentation" + text: "Learn about Bits AI SRE" --- -In the heat of an incident, Bits AI SRE handles general incident coordination so you can focus on resolution. From proactive updates to AI-assisted postmortems, Bits streamlines your incident response workflow in Slack and Datadog. +## Overview -## Get started with incident coordination +Incident AI transforms how your team manages incidents by automating coordination tasks and providing intelligent insights throughout the incident lifecycle. Built into Datadog Incident Management, it works in Slack and the Datadog platform to help you respond faster and learn from every incident. -Bits AI SRE helps coordinate incidents—especially those involving multiple teams—by suggesting next steps throughout the incident lifecycle. This streamlines communication and improves overall process management. +Key capabilities include: +- **Incident summaries**: Get context-aware summaries when you join incident channels. +- **Related incident detection**: Automatic detection of related incidents to identify systemic issues and recurring issues. +- **Request information or take action**: Declare incidents, update severity and status, search incident history, and more—all through conversational prompts in Slack. +- **AI-enhanced notifications**: Dynamically populate stakeholder updates with AI-generated summaries of contributing factors, impact, and remediation across email, MS Teams, Slack, and other channels. +- **Automated follow-ups**: Incident AI collects action items mentioned during incidents and suggests them as follow-up tasks when the incident is resolved. +- **Intelligent postmortems**: Generate comprehensive first drafts with AI-powered sections covering executive summaries, timelines, customer impact, and lessons learned—giving responders a strong foundation to build on. + +## Get started with incident coordination -