Going live in: soon

Your AI can finally get your attention.

cueyou lets AI agents, scripts, and automations instantly trigger full-screen alerts and approval prompts on your phone.

View Docs
9:41
cueyou

Claude Code

Needs your input

Deploy to production?

main · 7f3a91c

Add a comment (optional)

Tap a button or type to respond

webhook.fired
AI agent
How it works

Four steps from request to response

A direct line from your agent to your attention — and back again.

1

Your Agent

AI agents, scripts, tools or services make a call.

POST /api/alert
or /api/prompt
curl -X POST https://api.cueyou.com \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "message": "Deploy to production?"
  }'
AI Agents
Scripts
Tools
Webhooks
2

cueyou API

Receives the request and delivers it instantly.

cueyou
/api/alert
Fire-and-forget alert
/api/prompt
Ask a question and wait for a response
3

Your Phone

Instant full-screen takeover — even if locked.

9:41
cueyou

Claude Code

Needs your input

Deploy to production?

main · 7f3a91c

Add a comment (optional)

Tap a button or type to respond

4

Back to Your Agent

The API returns the user's response (or timeout).

200 OK
{
  "id": "pr_01J8ZM0829...",
  "status": "answered",
  "response": "approve",
  "answered_at": "2026-05-06T09:41:23Z"
}
Your agent continues.

Supported devices roadmap

Start on Android today. More platforms landing soon.

Live
Android
Available now
Soon
iOS
Coming soon
Soon
Windows
Coming soon
Soon
macOS
Coming soon
Soon
Wear OS
Android
Coming soon
Soon
watchOS
Apple
Coming soon
Features

Built to interrupt — gracefully.

Everything you need to give your automations a direct line to a human.

Full-screen takeover

Hijack the entire screen with a high-priority alert your user can't miss.

Works when locked

Trigger over the lockscreen. No unlock or app switch required.

Human approval flows

Pause your agent until a human approves, rejects, or comments.

Long-polling responses

One HTTP call. We hold the connection until the human answers.

API-first design

Two endpoints. Predictable JSON. No SDK lock-in.

Drop-in for any stack

Claude Code, curl, Python, GitHub Actions, Zapier — anything that speaks HTTP.

Use cases

When silence isn't an option.

Real workflows where a missed notification means a broken deploy, a runaway agent, or an unanswered customer.

AI agents

Claude Code waiting for approval

DevOps

CI/CD deploy confirmations

LLM

AI agents asking humans questions

SecOps

Security alerts you can't miss

Observability

Monitoring & on-call escalations

Workflow

Automation workflows with a human gate

Code examples

Two endpoints. That's the whole API.

Send an alert. Or wait for an answer. Pick your verb.

Request
curl -X POST https://api.cueyou.com/v1/alert \
  -H "Authorization: Bearer $CUEYOU_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Deploy succeeded",
    "body":  "v2.4.1 shipped to production",
    "level": "info"
  }'
Response
{
  "id": "al_01J8ZM0829",
  "delivered_at": "2026-05-06T09:41:23Z"
}

Works with anything that can call an API.

No SDKs. No webhooks to host. Just two endpoints and a bearer token.

Claude
OpenAI
curl
Webhooks
GitHub Actions
Zapier
CI/CD
Anything HTTP

Simple pricing

While we're in early access, cueyou is completely free.

Early access
Freeforever, while in beta
  • Unlimited alerts
  • Full-screen approval prompts
  • Webhook & API access
  • All supported devices
  • No credit card required
Ready when you are

Let your agents wake you up.

From alerts to approval workflows, cueyou gives your AI a direct line to your attention.

Read the Docs