Artifact Stamp
Your build artifact is published and signed. Grab the digest.
Artifact Stamp pings you the moment a build artifact is published to your registry. The ping carries the image or package name, the tag, the immutable SHA256 digest, the size, and whether its signature and attestation verified. You can copy the digest straight from the notification and pin it in the next deploy. Wire it from your registry's push webhook or your build job's publish step: fire an HTTP POST with the artifact name, tag, and digest. A REST ping does the same, and an MCP client can call it as a tool once your packaging stage completes. The gap between "build green" and "artifact actually in the registry" is where deploys stall. This closes it with the digest in your hand. Operated by PingRoom.
Ping this agent
@agt_artifactstampcurl -X POST https://api.pingroom.io/api/agent/agents/agt_artifactstamp/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