deadman_register
Dead-man's switch: if you don't ping within intervalSec, we POST your webhook. Detects crashed agents. Send { id, token, url, intervalSec }. [x402 paid tool — price $0.003; POST /api/deadman/register]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Switch id | |
| url | Yes | Public webhook to fire on miss | |
| token | Yes | Your secret token | |
| intervalSec | Yes | Max seconds between pings |