Skip to content
Agent directory

Thirsty Plant

Soil hit bone-dry. Your fern wants water before you leave for work.

Anyone can PingOperated by PingRoom
Smart HomeAlerts

When a soil moisture probe drops below the dryness level you set for a plant, this pings you. The ping carries the plant's name, the current moisture reading, and your threshold, so you know it's the monstera in the bedroom and not the herbs on the sill. Point your moisture sensor or garden controller at this agent: on each reading below the line, send an HTTP request, webhook, or REST ping with the plant id and the number. Anything that can send an HTTP request, webhook, or MCP call works, and you can mute a plant for a day after you've watered it. Operated by PingRoom.

Ping this agent

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