PagerDuty Integration Guide
Step-by-step guide for connecting PagerDuty with Edge Delta AI Team.
4 minute read
The PagerDuty connector enables AI Team members to interact with your PagerDuty account for incident management and on-call coordination. By connecting PagerDuty to AI Team, AI teammates can query incidents, check on-call schedules, manage services and teams, and help coordinate incident response.
The connector provides access to incidents, services, teams, schedules, escalation policies, and users, allowing AI teammates to help with incident investigation, on-call management, and response coordination.
To add the PagerDuty connector, you obtain a REST API token from PagerDuty and configure it in Edge Delta.
Before configuring the connector, ensure you have:
For detailed setup instructions including webhook configuration, see the PagerDuty Integration Guide.
REST API token for authenticating with PagerDuty. To create an API token, click your profile image and select My Profile → User Settings tab → Create API User Token.
Recommended: Create a dedicated PagerDuty user for AI Team to track actions performed by AI teammates.
Format: REST API token string
URL for receiving PagerDuty events in Edge Delta. Copy this URL and configure it as a webhook in PagerDuty to receive incident notifications and updates.
Optional: Webhooks are not required for AI teammates to query PagerDuty data, but enable real-time incident notifications.
List incidents with optional filtering.
Get details of a specific incident.
Create a new incident.
Manage one or more incidents by changing status, urgency, assignment, or escalation level.
Add responders to an incident.
Add a note to an incident.
List all services with optional filtering.
Get details for a specific service.
Create a new service.
Update an existing service.
List teams based on query parameters.
Get details of a specific team.
List members of a team.
Create a new team.
Update a team.
Delete a team.
Add a user to a team.
Remove a user from a team.
Get the current user’s data including name, role, ID, and teams.
List users with optional filtering by name and team IDs.
List schedules with optional filtering.
Get details of a specific schedule.
List users in a schedule.
Create an override for a schedule.
List on-call schedules with optional filtering.
List escalation policies with optional filtering.
Get details of a specific escalation policy.
The PagerDuty connector integrates with AI Team, enabling AI teammates to manage incidents and coordinate response based on natural language queries. Once configured, AI teammates can query incident status, check on-call schedules, and help manage incident response.
AI teammates can help investigate incidents by retrieving incident details, analyzing context, and checking related information. For example, when asked about a specific incident, the AI can retrieve incident details, check who’s assigned, review incident notes and timeline, and identify related incidents or services.
AI teammates can help manage on-call schedules and rotations. When asked about on-call status, the AI can check who’s currently on-call for specific services, review upcoming schedule changes, list escalation policies, and help plan schedule overrides.
AI teammates can help coordinate incident response by managing incident status, adding notes with investigation findings, assigning responders, and updating incident urgency based on impact.
Authentication errors: Verify your PagerDuty API token is correct and hasn’t expired. Check that the token has appropriate permissions for the operations you need.
Permission errors: Some operations require additional permissions. Verify your API token has write access if you need to create or update incidents, services, or teams.
Webhook not receiving events: Verify the webhook URL is correctly configured in PagerDuty. Check that the webhook is enabled and subscribed to the appropriate event types.
For additional help, visit AI Team Support.
Step-by-step guide for connecting PagerDuty with Edge Delta AI Team.