opsgenie
Installation
SKILL.md
Opsgenie
Overview
Set up Opsgenie for centralized alert management with routing rules, on-call schedules, escalation policies, and integrations. Covers alert API, team management, notification policies, and automation.
Instructions
Task A: Create Teams and Routing
# Create a team
curl -X POST "https://api.opsgenie.com/v2/teams" \
-H "Authorization: GenieKey ${OG_API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"name": "Platform Engineering",
"description": "Infrastructure and platform services team",
"members": [
Related skills