Back to Tools

PagerDuty

DevOps

PagerDuty incident management. Create incidents, manage on-call schedules, and send alerts.

Available Actions
incidentsservicesschedulesescalations
Input Schema
{
  "type": "object",
  "required": [
    "type",
    "title"
  ],
  "properties": {
    "type": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "service": {
      "type": "object"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "incident": {
      "type": "object"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/pagerduty

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/pagerduty \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "incidents"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.