Connectors, Tools, and Skills

SRE Agent: Connectors and Skills

SRE Agent retrieves log data, metrics, and runbooks from observability platforms and knowledge bases to guide responders through investigation, triage, and resolution. By connecting your observability stack and institutional knowledge, SRE Agent moves beyond simple alert analysis.

  • Connectors and Tools give SRE Agent real-time access to your logs and metrics, so every triage analysis is grounded in the actual state of your systems — not just the alert payload.
  • Skills give SRE Agent institutional knowledge specific to your environment — your runbooks, your escalation paths, your standards — so it can recommend precise next steps instead of generic ones.

Together, these capabilities help your team triage faster with less human involvement, reducing MTTA and MTTR while building confidence in AI-assisted operations.

Navigate to AI Settings SRE Agent Configuration to get started.

📘

SaaS Integrations

All integrations described in this article are SaaS-based.

Availability

📘

Connectors and Tools (Available in Early Access)

Retrieve real-time logs and metrics by connecting SRE Agent to third-party observability platforms via API or MCP.

📘

Skills (Available in Early Access)

Arm your agent with specialized domain expertise using custom instructions, scripts, and runbooks. Skills are available through AI Settings or the PagerDuty Claude plugin.

Prerequisites

Before configuring connectors, ensure the following:

Connectors and Tools

Connectors link SRE Agent to your external data sources. Once a connector is active, the agent can use its associated tools — such as querying logs or pulling metrics — automatically or via user request. Knowledge Base integrations are invoked automatically when a URL is present in the event payload. Observability tools are user-invoked unless invoked via an incident workflow.

Supported Connectors

Navigate to AI Settings SRE Agent Configuration Connectors to view and manage your connectors.

ConnectorToolsConnection TypeAvailability
GitHubKnowledge Base (Code — Coming Soon)API, MCPGA
ServiceNowKnowledge BaseAPIGA
DatadogLogs (Metrics, Traces — Coming Soon)API, MCPGA
GrafanaLogs (Metrics — Coming Soon)APIGA
New RelicLogsAPIGA
Sumo LogicLogsAPIGA
SplunkLogs (Metrics, Traces — Coming Soon)APIGA
AWS (CloudWatch)LogsAPIGA
ElasticsearchLogsAPIGA
DynatraceLogsAPIGA
Honeycomb.ioLogs, MetricsMCPEA
Observe Inc.LogsMCPEA

GA — Generally Available, EA — Early Access

Set up a Connector

  1. In the PagerDuty web app, navigate to AI Settings SRE Agent Configuration and click the Connectors tab.
  2. Find the connector you want to add and click Connect. If the connector is already listed but shows Unhealthy, click the menu to edit or reconnect it.
  3. On the Connect to [Integration] Tools screen, select an existing connection from the dropdown or click Manage Connections to create a new one.
  4. Under Agent May Use These Tools, check the tools you want to enable:
ToolDescription
Logs (API)Allows SRE Agent to query log data from this source during incident triage.
Metrics (MCP)Allows SRE Agent to pull metric data. Available on connectors that support it.
  1. Click Save. The connector appears in your list with a status of Active once the connection is established.

Connector Statuses

  • Active: The connector is healthy and SRE Agent can use its tools.
  • Unhealthy: The connection exists but is failing. Check your credentials or API key and reconnect.
  • Not Connected: No connection has been set up. Click Connect to configure it.

Skills

Skills allow you to arm SRE Agent with custom instructions, runbooks, and scripts that give it specialized domain expertise. Rather than relying solely on retrieved data, a skill tells the agent exactly how to handle specific situations, so it can intelligently deduce the next steps for troubleshooting issues even before a human looks at the incident.

What a Skill Contains

Each skill is a structured set of instructions with the following components:

ComponentDetails
When to UseConditions that tell the agent when to invoke this skill automatically.
PrerequisitesThe integrations or data the agent needs to execute the skill.
Execution StepsStep-by-step instructions the agent follows during triage.
Error HandlingHow the agent should gracefully degrade if a step fails.
Success CriteriaHow the agent determines whether the skill ran successfully.
ExamplesTrigger phrases or alert conditions that invoke this skill.

Example Skill: detect-security-incident-logs

The following is an example of a fully structured skill that you can use as a template. This skill automatically searches Datadog and AWS CloudWatch logs for critical security events during incident triage.

Name: detect-security-incident-logs

Description: Searches Datadog and CloudWatch logs for critical security incidents. When SECURITY_INCIDENT: CRITICAL log entries are found, it recommends triggering the Alert Security Team incident workflow.

Example Instructions:

When to use:
- Automatically during initial triage when the alert custom details include type: possible_security_issue
- When a responder asks the agent to check for security incidents

Prerequisites:
- Datadog connector configured and active
- AWS CloudWatch connector configured and active

Execution steps:
1. Search Datadog logs for the exact phrase SECURITY_INCIDENT: CRITICAL within the incident time window.
2. Search AWS CloudWatch logs for the exact phrase SECURITY_INCIDENT: CRITICAL within the incident time window.
3. If matches are found in either source, surface the key log details in the SRE Agent response.
4. Recommend triggering the Alert Security Team incident workflow.

Error handling:
- If one connector is unavailable, continue with the other and note which source was skipped.
- If both connectors are unavailable, inform the responder and suggest checking logs manually.

Success criteria:
- The agent has queried both log sources and reported results or confirmed no matches were found.

Examples:
- Alert custom_details contains: type: possible_security_issue
- Responder asks: "Check for any security incidents in the logs"

Create a Skill

Skill can be created through the PagerDuty UI or with the PagerDuty Claude plugin.

In the PagerDuty Web App

  1. In the PagerDuty web app, navigate to AI Settings SRE Agent Configure and click the Skills tab.
  2. Click Add Skill.
  3. On the New Skill page, complete the following fields:
FieldValue
NameEnter a unique identifier for the skill (for example, escalation-runbook).
DescriptionEnter a short description of what the skill does (for example, Guides the agent when escalating incidents).
InstructionsEnter the full instructions to send to the LLM. Use the structure described in What a Skill Contains as a guide.
Make skill available to everyoneCheck this option to make the skill accessible to all users in the account. When unchecked, the skill is only available to you.
  1. Click Save. The skill is immediately available to SRE Agent for all future incidents.
Creating a skill in the PagerDuty UI

Create a skill in PagerDuty


Using the Claude Plugin

  1. Install the PagerDuty Claude plugin.
  2. Run the /pagerduty:create-pagerduty-skill command and follow the guided prompts to define the skill's name, instructions, trigger conditions, and metadata.
  3. Once created, the skill is immediately available to SRE Agent for all future incidents.

Test a Skill

After creating a skill, trigger an incident that matches your skill's conditions and review what the agent reports in:

  • The SRE Agent tab on the incident details page.
  • Your ChatOps channel (Slack or Microsoft Teams).