// notification console
YOUR SERVERS ARE TALKING.
START LISTENING.
One HTTP call sends a notification to every screen you own. Wire it into cron jobs, deploy scripts, smart homes — anything that can curl.
$ curl jakey.io/api/v1/notify -d "body=Backup finished"
201 { "status": "queued" }
server alerts · just now
Backup finished
01 transmit
One HTTP call
Every channel gets its own API key. POST a body, get a notification. No SDK, no OAuth dance.
02 schedule
On your clock
Recurring notifications every N minutes, daily, or weekly — timezone-aware, DST-proof.
03 receive
Every screen
A live feed plus browser push, even with the tab closed. Native apps are on the roadmap.