Push notifications for the agentic era
Know the moment your coding agent needs you.
Built for solo devs and small teams running Copilot CLI, Claude Code, Codex, Gemini, or Cursor.
- 1
Install the phone app first.
Open it, sign in, and allow notifications. This gives every test push somewhere to land.
- 2
Then connect your coding agent.
Run the same keyless command on any Mac or Linux machine. It links in the browser and sends a real notification.
Open guided setupbashcurl -fsSL https://notifier.aicrew.in/i | sh
iPhone today, Android closed beta open · start free, no card required.
Your agent runs for twenty minutes and you have no idea if it shipped, stalled, or is waiting on a question. Agent Notifier pushes every milestone, blocker, and approval to your iPhone - with screenshots, files, lock-screen actions, and updates you can even listen to. Wire it up in 30 seconds.
Coming from Pushover or ntfy.sh? We're a drop-in upgrade - see the comparison →

The second you hit enter, your agent vanishes into the terminal.
It might be shipping. It might be stuck on a question. It might have finished ten minutes ago. You don't know - so you babysit the tab, alt-tabbing back every few minutes just in case.
Agent Notifier turns that black box into a live feed on your phone.
Three steps. Thirty seconds.
Wire it once
Drop one line into CLAUDE.md / AGENTS.md, or curl the API. No SDK, no daemon, no config.
Get pinged
Every milestone, prompt, blocker, and finish lands on your iPhone - with screenshots, files, and action buttons.
Act on it
Approve, deny, or open the run straight from the lock screen - or listen to the update as audio when your hands are busy.
Built for coding agents
One block in CLAUDE.md / AGENTS.md and your agent ships every milestone, prompt, or blocker straight to your iPhone.
Hear it, hands-free
Set as_audio and the update arrives as speech. Catch the summary while you're driving, walking, or away from the screen - no need to read a thing.
Per-project channels
Each repo gets its own colour, icon, and API key. Filter, mute, or thread by project without losing the rest.
Every media type
Text, progress bars, images, audio, video, PDFs, files, deep links, action buttons. Whatever the agent produces lands on your phone.
Action buttons on the lock screen
Tap Approve / Deny / View without unlocking. Your answer is recorded against the run so nothing silently stalls.
Walk away from the IDE
Long migrations, builds, and CI runs notify you when they finish or get stuck - wherever you are.
See it in a real run.
An agent ships milestones to the phone while the run is still going - progress, files, and the approval it needs before it can continue.
One HTTP call. Every notification type.
Send a notification with one HTTP call. Priority, colour, attachments, action buttons. Per-project keys keep your work accounts, side projects, and CI runners from stepping on each other.
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"
}
}
JSONListen, don't read
Your agent, out loud.
Add as_audioto any notification and Agent Notifier speaks it. The update arrives as a real audio attachment you can play from the lock screen - so a long run summary reaches you while you're driving, walking the dog, or making coffee.
Hands-free
Play it from the lock screen. No unlocking, no scrolling.
Pick a voice
Choose the voice and set playback speed from 0.5× to 2×.
Read a file
Point it at a Markdown summary and hear the whole thing.
# Speak the summary instead of writing a wall of text
notify.py "Migration finished. 42 tables moved, 0 errors." \
--title "db-migrate" --as-audio
# Or read a whole Markdown report aloud
notify.py "Nightly report ready" --as-audio \
--file-path ./report.md --speed 1.15Agent Notifier is on the App Store.
Install it, sign in, and paste one API key into your agent. Start free - no card, and the free tier never expires.
iPhone, iOS 17 or later. The Android app is built and in testing - join the beta to get it before the Play listing goes live.
Android beta
Self-enroll with the Google account you use in Play. Join the tester group, then use the Play opt-in link when the first closed-beta review finishes.
Join the tester groupThe closed beta is open for installation.
Every kind of update your agent sends.
Approvals that block a run, spoken summaries, lock-screen actions, per-project channels, and rich attachments - all in one inbox.




