Private webhook channels
Create a separate URL for Codex, GitHub Actions, cron jobs, or anything else that can make an HTTP request.
App Store
iPhone · Developer tools
Page Me gives Codex, scripts, MCP tools, and automations a private webhook that can page your iPhone.
Codex needs you
The new Projects page is ready to review.
POST /v1/pm_live_••••••
200 · delivered: 1 · failed: 0Page Me generates a private webhook URL for one tool or workflow.
Post plain text, JSON, or form data when something meaningful happens.
A native iPhone notification arrives with the context needed to act.
Long-running agents are useful right up until I have to keep checking on them. I wanted the opposite: leave the computer, let the work continue, and only get pulled back when a decision or result actually matters.
Existing notification services felt too broad or too noisy. Page Me is deliberately narrow: one private path from a tool to my phone, with enough context to know whether I need to act.
Create a separate URL for Codex, GitHub Actions, cron jobs, or anything else that can make an HTTP request.
Pages carry source, status, thread, tags, priority, and an optional link so the notification arrives with useful context.
The server keeps delivery metadata, not notification message bodies. Searchable notification history is written on-device.
If a webhook leaks, rotate that channel in the app without breaking every other integration.
curl -X POST "$PAGE_ME_WEBHOOK" \
-H "content-type: application/json" \
-d '{
"source": "codex",
"status": "needs_input",
"message": "Ready for review"
}'Native SwiftUI app, APNs delivery through a Cloudflare Worker, a D1-backed API, plus CLI and MCP integrations that share one payload schema.
Let the work run. Page yourself when it matters.
See copy-paste setup guides for the tools you already use.