Skip to content

Commit c328340

Browse files
authored
Merge pull request #2979 from port-labs/PORT-incident-response-agent
Orchestrate incident management response with AI
2 parents 5385324 + c1e16fc commit c328340

File tree

8 files changed

+1099
-0
lines changed

8 files changed

+1099
-0
lines changed

docs/guides/all/orchestrate-incident-response-with-ai.md

Lines changed: 1090 additions & 0 deletions
Large diffs are not rendered by default.

docs/solutions/incident-management/communicate-internally-and-externally.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ In high-pressure moments, clear and timely communication prevents confusion, bui
2727
- [Setup Incident Manager AI Agent](../../guides/all/setup-incident-manager-ai-agent)
2828
- [Generate incident updates with AI](../../guides/all/generate-incident-updates-with-ai)
2929
- [Summarize Zendesk tickets with AI](../../guides/all/generate-zendesk-ticket-summaries-with-ai/)
30+
- [Orchestrate incident response with AI](../../guides/all/orchestrate-incident-response-with-ai)
3031

3132
:::tip Over-communicate in a Crisis
3233
When in doubt, share more. Frequent, clear updates—internally and externally—reduce stress and build trust during incidents.

docs/solutions/incident-management/start-the-incident.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Set up automations to create incidents, notify responders, and start workflows.
5151
Do you have bespoke logic or a more complex workflow around incident creation? Try this:
5252

5353
- [Automate Incident Workflows](../../actions-and-automations/define-automations)
54+
- [Automate incident response with AI](../../guides/all/orchestrate-incident-response-with-ai)
5455

5556
:::tip Review Your Automation Rules
5657
Automate what matters, but avoid alert fatigue. Regularly review your automation rules to ensure only actionable signals trigger incidents.

src/components/guides-section/consts.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,6 +1519,13 @@ export const availableGuides = [
15191519
tags: [ "BitBucket", "GitHub", "Actions", "Scorecards"],
15201520
logos: ["BitBucket", "GitHub"],
15211521
link: "/guides/all/migrate-project-from-bibucket-to-github",
1522+
},
1523+
{
1524+
title: "Orchestrate incident response with AI",
1525+
description: "Orchestrate incident response with AI using Port's AI agents and automations",
1526+
tags: ["Self Healing Incidents", "AI", "Jira", "PagerDuty", "Slack"],
1527+
logos: ["Jira", "PagerDuty", "Slack"],
1528+
link: "/guides/all/orchestrate-incident-response-with-ai",
15221529
}
15231530
]
15241531

186 KB
Loading
178 KB
Loading
538 KB
Loading
265 KB
Loading

0 commit comments

Comments
 (0)