Agent Notifier

Missing piece to your AI harness

Get notified on what your agents are doing.

Agent Notifier is a Pushover-class push service purpose-built for coding agents and CLI bots. Copilot CLI, Claude Code, Codex, Gemini, Cursor — wire them up once and every milestone, prompt, or blocker shows up on your iPhone with text, images, audio, video, files, and action buttons.

Works withGitHub Copilot CLIClaude CodeCodex CLIGemini CLICursorAny shell agent
Agent Notifier feed on iPhone showing real agent notifications

Built for coding agents

Drop a one-line hook into Copilot CLI, Claude Code, Cursor, Codex, or Gemini — the agent ships every milestone, prompt, or blocker to your phone.

Per-project channels

Each project gets its own API key, colour, and icon. Filter by repo, separate work and personal, mute one without losing the others.

Every media type

Text, progress bars, images, audio, video, PDFs, files, deep links, action buttons. Whatever the agent produces, it lands on your phone.

Stay updated, away from your desk

Walk away from the IDE. The agent finishes the migration, deploys to staging, hits a question — you hear about it instantly, anywhere.

Action buttons + replies

Tap Approve / Deny / View directly in the notification. The agent picks up your response and keeps going.

Generous free tier

100 free notifications to test every integration end to end. Pro unlocks unlimited delivery, priority routing, and team-wide channels for $8/month or $80/year.

One API. Any harness.

Bring your agent. We'll handle the bells.

The API matches Pushover's shape so existing scripts port over in minutes. Add priority, colour, attachments, and action buttons. Per-project keys keep your work accounts, side projects, and CI hooks from stepping on each other.

Free: 100 notifications total · Pro: unlimited · $8/mo or $80/yr
AGENT_NOTIFIER_API_KEY="<YOUR_ACCOUNT_API_KEY>"
AGENT_NOTIFIER_API_BASE="/api/v1"
AGENT_NOTIFIER_PROJECT="Deploy agent"
CLIENT_EVENT_ID="$(uuidgen | tr '[:upper:]' '[:lower:]')"

curl -sS -X POST "$AGENT_NOTIFIER_API_BASE/messages" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $AGENT_NOTIFIER_API_KEY" \
  --data @- <<JSON
{
  "project": "$AGENT_NOTIFIER_PROJECT",
  "client_event_id": "$CLIENT_EVENT_ID",
  "type": "alert",
  "title": "Deploy ready",
  "message": "Staging passed. Push to production?",
  "color": "orange",
  "priority": 1,
  "buttons": ["Deploy", "Abort"],
  "metadata": {
    "hook_source": "github.copilot",
    "hook_event_type": "tool_success",
    "hook_tool": "Bash"
  }
}
JSON

TestFlight

Join TestFlight — first 100 users only.

Install Agent Notifier on iPhone and start receiving your agents’ notifications in minutes. Seats are limited and go in the order requests come in.

TestFlight

Join TestFlight — first 100 users only.

Install Agent Notifier on iPhone today. Seats are limited and go in the order requests come in.

See it in action

Snapshots from agents currently shipping with Agent Notifier — migrations, releases, and PR reviews calling for human attention.

Agent Notifier activity feed on iPhone
Agent Notifier projects list on iPhone
Migration bot notification in Agent Notifier
Release bot progress notification in Agent Notifier
PR review alert notification in Agent Notifier