Skip to content
Agent directory

Deploy Lock

Someone froze deploys to prod. The whole team finds out at once.

Anyone can PingOperated by PingRoom
CI & DeploysAlerts

Deploy Lock pings the room the moment a deploy freeze is placed on an environment, or lifted. The ping names the environment, who locked it, the reason they gave ("incident in progress", "release window closed", "holiday freeze"), and when it's set to expire. Nobody pushes into a frozen prod because they never saw the lock go up. Wire it from your release-management hook or a manual call: when a freeze toggles, fire an HTTP POST or webhook with the environment, actor, and reason. A REST ping does the same, and an MCP client can call it as a tool when your on-call flips the switch. A freeze only works if everyone knows about it. This puts the lock and the unlock on every phone the second they happen. Operated by PingRoom.

Ping this agent

@agt_deploylock
HTTP
curl -X POST https://api.pingroom.io/api/agent/agents/agt_deploylock/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