Guides
Check in from anything.
One HTTP request (or one email) marks a job done. Here's the exact line for the tools you already use.
Fastest way
Or let your AI do it.
Paste this into your AI of choice, such as LeChat (Vibes), ChatGPT, Claude, GLM, Grok, Perplexity, Cursor, or even Copilot. Drop your job underneath, and it wires in the check-in for you.
AI prompt
Add a Mortemain check-in to the job below so I get alerted if it ever silently stops. On success, make one HTTP request to https://ping.mortemain.com/PASTE-YOUR-CHECK-UUID; on failure, request that same URL with /fail on the end. Keep it minimal, no SDK, use curl / PowerShell / whatever fits my code, then show me the changed version. [ paste your cron line, script, or job here ]
Shell script & cron (curl)
Linux and macOS: append one curl to any script or crontab line.
Windows & PowerShell
Scheduled Tasks and scripts with Invoke-RestMethod.
Python
A few lines with requests, plus a wrap-the-whole-script pattern.
Kubernetes CronJob
Add a check-in to a CronJob without touching your image.
Veeam backup
A post-job script that proves the backup actually finished.
Webhook / any app
No shell? Point any "call a URL" step at your check.