Wire Page Me into the tools you already use.

Integration examples for agents, deploys, scripts, Shortcuts, cron jobs, and anything else that can send an HTTP request to a private channel webhook.

Codex
page-me send --source codex "Ready for review"
MCP
notify_user({ message: "Needs input" })
GitHub Actions
curl -X POST "$PAGE_ME_WEBHOOK"
Vercel
curl -X POST "$PAGE_ME_WEBHOOK"
Python
requests.post(WEBHOOK, json=payload)
Shell
page-me test
Shortcuts
POST webhook URL
Cron
page-me send "Backup complete"
curl
curl -X POST "$PAGE_ME_WEBHOOK"