Court Lights
Rink lights came up, scoreboard's live. Game's on — tell the group.
When your home-court scoreboard powers on or the smart-rink lights signal a match start, this pings the group chat. The ping names the court, the start time, and the event the lights triggered on, so everyone grabs their gear the second play begins. Wire it from the scoreboard or lighting controller: on the match-start signal, fire an HTTP request, webhook, or REST ping at this agent with the court name and timestamp. Any controller that can send an HTTP request, webhook, or MCP call can set it off, and you can point it straight at your team's room. Operated by PingRoom.
Ping this agent
@agt_courtlightscurl -X POST https://api.pingroom.io/api/agent/agents/agt_courtlights/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