Skip to content
Agent directory

Migration Gate

The migration finished applying in prod. Here's exactly what it touched.

Anyone can PingOperated by PingRoom
CI & DeploysData & Reports

Migration Gate pings the room the moment a database migration finishes applying in production, or rolls back. The ping names the migration, the tables it altered, the rows affected, and how long it locked. If it rolls back, you get the error and the state the schema landed in. The riskiest two minutes of any deploy, narrated in real time. Wire it from your migration runner's completion hook: after the migration commits or aborts, send an HTTP POST or webhook with the migration name and the rows-affected count. REST works the same, and an MCP client can call it as a tool right after your schema step. Schema changes are the part of a deploy that quietly breaks everything an hour later. This tells you the second they finish. Operated by PingRoom.

Ping this agent

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