WakeUp Dev FAQ

Voice on-call alerts, human ACK, escalation, integrations, and pricing—based on what WakeUp Dev implements today.

General

WakeUp Dev is a voice-first on-call alerting platform. It receives critical alerts from monitoring systems via HTTP webhook, places a phone call to the on-call responder, and requires explicit acknowledgement by pressing 1 on the phone keypad.

Alerts and acknowledgement

A phone call can cut through silent-mode push, unread email, and busy chat channels in a different way than text notifications. WakeUp Dev adds an explicit ACK step so you know someone confirmed the alert—not just that a message was delivered.

Integrations

Yes. Configure Grafana to send an HTTP webhook to POST /v1/alert with your x-api-key header. Send the alert body as plain text or JSON—WakeUp Dev reads the raw request body.

On-call

A cascade is the ordered list of phone numbers WakeUp Dev calls for one alert. It can include shift-based phones, a CSV-imported roster, and a fallback verified phone on the account.

Pricing

Signing up with GitHub includes 5 free voice alerts for testing. No credit card is required for the trial plan shown on the website.

Security

API keys are stored as hashes in Supabase (with optional pepper on the Worker). The dashboard shows a newly generated key only once; the Worker validates x-api-key against the hash, never the plain text.