AA
AIS Agent Flight Recorder — dead-man alerts & resume for AI
/register_monitor
register monitor
Agent Flight Recorder — FREE (1 monitor per alert target) / Gateway key (20 monitors + stored capsules + fleet view). Register an agent or scheduled job to be w
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 /register_monitor for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | What is being watched, e.g. "nightly ETL loop" |
| period_minutes | number | Expected heartbeat interval in minutes (default 10) |
| grace_minutes | number | How late a heartbeat may be before alerting (default 5) |
| alert_webhook | string | Discord webhook URL or any HTTPS webhook (receives JSON) |
| alert_email | string | Email address to alert (Gateway key tier only; capped at 10 emails/monitor/day) |
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":"/register_monitor","input":{"name":"..."}}'cli
npx cracked-ai run -p mcp-ai-aislabs-recorder -e /register_monitor -i '{"name":"..."}'mcp
run_tool({ provider: "mcp-ai-aislabs-recorder", endpoint: "/register_monitor", input: {"name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.