memcode docs
AgentsExamples

Site monitor

Your site checked on a schedule, with a message when it's down or wrong.

Beyond "is it up": your agent loads the site and checks that it's actually right — the page renders, the content you name is present, checkout isn't erroring — and messages you when it isn't.

What you need

  • A connected channel

Set it up

memcode gateway schedule add sitecheck --every 15m \
  --to telegram:123456789 \
  "Fetch https://example.com and confirm it loads and the pricing page shows all three plans. If anything is down, broken, or missing, tell me what and include the error. If all good, reply with exactly OK."

Make it yours

Check several URLs in one task, or watch a competitor's changelog page and get a message when it changes. It's plain language — describe what "healthy" means for your site.

On this page