# Uptimerobot AI integration on Definable

> UptimeRobot is a service that monitors the uptime and performance of websites, applications, and services, providing real-time alerts and detailed logs.

## What this connects

UptimeRobot is a service that monitors the uptime and performance of websites, applications, and services, providing real-time alerts and detailed logs.

Vendor: https://uptimerobot.com/

## Tools available

**15** tools available. First 12:

- `UPTIMEROBOT_ADD_MONITOR` — Add Monitor — Tool to create a new monitor. Use when you need to start monitoring a URL or service; call after obtaining a valid API key.
- `UPTIMEROBOT_DELETE_MONITOR` — Delete Monitor — Tool to delete a monitor. Use when you need to remove an existing monitor by its ID; use after confirming the monitor ID.
- `UPTIMEROBOT_EDIT_MAINTENANCE_WINDOW` — Edit Maintenance Window — Tool to edit an existing maintenance window. Use when you need to update its name, timing, recurrence, or duration after confirming the window ID.
- `UPTIMEROBOT_EDIT_MONITOR` — Edit Monitor — Tool to edit an existing monitor. Use after confirming the monitor ID exists.
- `UPTIMEROBOT_EDIT_PUBLIC_STATUS_PAGE` — Edit Public Status Page — Tool to edit an existing public status page. Use after confirming the page ID. Updates friendly name, monitor set, domain, and status options in one call.
- `UPTIMEROBOT_GET_ACCOUNT_DETAILS` — Get Account Details — Tool to retrieve account details. Use after authenticating with a valid API key to fetch account metrics.
- `UPTIMEROBOT_GET_ALERT_CONTACTS` — Get Alert Contacts — Tool to retrieve all alert contacts configured for the account. Use when you need to list available notification channels.
- `UPTIMEROBOT_GET_MAINTENANCE_WINDOW` — Get Maintenance Window — Tool to retrieve a specific maintenance window by ID. Use when you need to get detailed information about a single maintenance window.
- `UPTIMEROBOT_GET_MAINTENANCE_WINDOWS` — Get Maintenance Windows — Tool to retrieve maintenance windows. Use after confirming a valid API key.
- `UPTIMEROBOT_GET_MONITORS` — Get Monitors — Tool to fetch monitor details and status. Use after confirming account connection.
- `UPTIMEROBOT_GET_PUBLIC_STATUS_PAGES` — Get Public Status Pages — Tool to retrieve public status pages. Use after confirming API credentials to list all public status pages for an account. Supports pagination.
- `UPTIMEROBOT_LIST_INTEGRATIONS` — List Integrations — Tool to list all integrations. Use to retrieve configured integrations for the account.

## Auth

Auth schemes: `API_KEY`.

## How agents use Uptimerobot

Inside a Definable workflow, Uptimerobot is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Uptimerobot** — the Researcher (GPT-5.5) pulls context from Uptimerobot (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Uptimerobot** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Uptimerobot (create record, post message, draft email).
- **Designer / Engineer → Distributor → Uptimerobot** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Uptimerobot (attach file, open PR comment, post status).

The Verifier checks every Uptimerobot call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- server monitoring — https://definable.ai/apps/category/server-monitoring/

## Related

- HTML page: https://definable.ai/apps/uptimerobot/
- Same category (server monitoring): https://definable.ai/apps/category/server-monitoring/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
