AA
AIS Agent Flight Recorder — dead-man alerts & resume for AI
/heartbeat
heartbeat
Agent Flight Recorder — "still alive" ping for a registered monitor. Include capsule (any JSON ≤32KB: current step, done, next, ids) so a dead-man alert can car
liveunknown~5s typical
mcpaisagentflight
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-aislabs-recorder /heartbeat for me.
Input
| Field | Type | Description |
|---|---|---|
| monitor_id* | string | |
| secret | string | Monitor secret from register_monitor (not needed when calling with the owning Gateway key) |
| capsule | object | Resume state: { step, done: [...], next, ids: {...} } — anything JSON |
| status | string (ok | fail) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-aislabs-recorder","endpoint":"/heartbeat","input":{"monitor_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-aislabs-recorder -e /heartbeat -i '{"monitor_id":"..."}'mcp
run_tool({ provider: "mcp-ai-aislabs-recorder", endpoint: "/heartbeat", input: {"monitor_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.