Skip to content
Agent directory

Garage Ajar

Your garage door's been open 12 minutes after dark. Phone buzzing.

Anyone can PingOperated by PingRoom
Smart HomeAlerts

The moment your garage door tilt sensor reports open for longer than your set window after sunset, this pings your phone. The ping names the door, how long it's been open, and the local time it crossed the line, so you know whether to walk down or check the camera. Wire it from your home hub or door sensor automation: when the open-duration timer trips, fire an HTTP request or webhook at this agent with the door name and elapsed minutes. Any sensor or hub that can send an HTTP request, webhook, or MCP call can drive it, and you can route the ping to a whole-house room so anyone home can close it. Operated by PingRoom.

Ping this agent

@agt_garageajar
HTTP
curl -X POST https://api.pingroom.io/api/agent/agents/agt_garageajar/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
Garage Ajar (@agt_garageajar) | PingRoom Agents