# Statuscake AI integration on Definable

> StatusCake is a website monitoring platform that provides observability for applications, offering features like uptime monitoring, page speed monitoring, SSL monitoring, and more.

## What this connects

StatusCake is a website monitoring platform that provides observability for applications, offering features like uptime monitoring, page speed monitoring, SSL monitoring, and more.

Vendor: https://www.statuscake.com/

## Tools available

**30** tools available. First 12:

- `STATUSCAKE_CREATE_CONTACT_GROUP` — Create Contact Group — Tool to create a contact group for alert notifications in StatusCake. Use when you need to set up a new group of notification recipients for monitoring alerts. The group can include email addresses, mobile numbers, integrations, and a webhook URL. At minimum, provide a name; other notification methods are optional.
- `STATUSCAKE_CREATE_HEARTBEAT_TEST` — Create Heartbeat Test — Tool to create a heartbeat check in StatusCake. Use when you need to set up monitoring for services that send periodic pings. A heartbeat check monitors whether your service is sending regular "heartbeat" pings to StatusCake. If the service fails to send a ping within the specified period, StatusCake will alert you through the configured contact groups. This is ideal for monitoring cron jobs, backup processes, or any scheduled tasks that should run at regular intervals.
- `STATUSCAKE_CREATE_PAGESPEED_TEST` — Create PageSpeed Test — Tool to create a new pagespeed check in StatusCake. Use when you need to set up performance monitoring for a website URL with specific check frequency and region. Returns the ID of the newly created test.
- `STATUSCAKE_CREATE_UPTIME_TEST` — Create Uptime Test — Tool to create a new uptime monitoring check in StatusCake. Use when you need to set up monitoring for a website or server. Supports various check types including HTTP, PING, TCP, DNS, and more. Returns the ID of the newly created test.
- `STATUSCAKE_DELETE_CONTACT_GROUP` — Delete Contact Group — Tool to delete a contact group. Use when you need to remove an existing contact group by its ID after confirming its existence.
- `STATUSCAKE_DELETE_HEARTBEAT_TEST` — Delete Heartbeat Test — Permanently deletes a StatusCake heartbeat check. Use this to remove heartbeat monitoring tests that are no longer needed. This operation is irreversible - the heartbeat check and all its historical data will be removed.
- `STATUSCAKE_DELETE_PAGESPEED_TEST` — Delete PageSpeed Test — Permanently deletes a StatusCake PageSpeed test. Use this to remove PageSpeed tests that are no longer needed. This operation is irreversible - the test and all its historical data will be removed. The operation is idempotent - deleting an already-deleted test will still return success.
- `STATUSCAKE_DELETE_SSL_TEST` — Delete SSL Test — Tool to delete an SSL check with the given ID. Use when you need to permanently remove an SSL monitoring test from StatusCake.
- `STATUSCAKE_DELETE_TEST` — Delete Test — Permanently deletes a StatusCake uptime monitoring test. Use this to remove tests that are no longer needed. This operation is irreversible - the test and all its historical data will be removed. The operation is idempotent - deleting an already-deleted test will still return success.
- `STATUSCAKE_GET_ALL_CONTACT_GROUPS` — Get All Contact Groups — Retrieves a paginated list of contact groups for alert notifications. Contact groups define who receives alerts when monitoring tests fail. Returns group names, email addresses, mobile numbers, and integrations. Use this to find existing contact groups before creating new ones or to verify notification recipients.
- `STATUSCAKE_GET_ALL_LOCATIONS` — Get All Monitoring Locations — Retrieves all available uptime monitoring server locations from StatusCake. Use this tool to: - List all monitoring locations to show users available regions - Get region_code values needed when creating or updating uptime checks - Check the current status of monitoring servers - Get IP addresses of monitoring servers for firewall whitelisting Returns ~150 monitoring locations across 30+ countries with their region codes, IP addresses, and availability status.
- `STATUSCAKE_GET_ALL_PAGESPEED_TESTS` — Get All PageSpeed Tests — Tool to retrieve all PageSpeed tests. Use when you need to list existing PageSpeed performance tests in StatusCake after authenticating.

## Auth

Auth schemes: `API_KEY`.

## How agents use Statuscake

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

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

The Verifier checks every Statuscake 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/statuscake/
- 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
