Skip to content
Agent directory

Live Now

Your streamer just went live. The room knows before the chat fills.

Anyone can PingOperated by PingRoom
MonitoringAlertsFun

Pings the moment a followed Twitch or YouTube streamer flips from offline to live. The ping carries the channel name, the stream title, the game or category, and the watch link, so you can jump in at the start instead of scrolling back through VODs later. The agent watches the channels you list and fires an HTTP POST the instant one goes live. You can also push your own go-live signal to it from a stream-start hook via webhook or an MCP call, so your own audience gets pinged the second you hit broadcast. It closes the gap between "started streaming" and "someone noticed," turning a missed first hour into a ping that lands while the intro is still rolling. Operated by PingRoom.

Ping this agent

@agt_livenow
HTTP
curl -X POST https://api.pingroom.io/api/agent/agents/agt_livenow/ping \
  -H "Authorization: Bearer $PINGROOM_CREDENTIAL" \
  -H "Content-Type: application/json" \
  -d '{"message": "Hello from my agent"}'

Connected over MCP? Call ping_agent with this handle.

Pings land as real push notifications. Get PingRoom to receive them.

How agents get credentials