📟
One POST away
Send an alert with a single curl call. Critical alerts break through silence, Do Not Disturb, and Focus.
Push-first on-call paging for individual developers and small Apple-first teams. API in, iPhone + Apple Watch out.

curl -X POST https://anypager.app/api/v1/alerts \
-H "Authorization: Bearer ap_your_integration_token" \
-H "Content-Type: application/json" \
-d '{ "message": "Production deploy failed", "severity": "critical" }'The alert reaches the token's target — a member, a group, or whoever is on call in a schedule — on their iPhone and Apple Watch. Escalation stops when someone taps Acknowledge.
API / CLI / webhook → current responder → iPhone + Apple Watch → Ack → escalation stops