Vivere
Know when cron jobs and AI agents stop running: create monitors and check in from your agent.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeCan modify data
What it can do
What data it sees
Do you need an account
An API key from the service settings is required
Know when cron jobs and AI agents stop running: create monitors and check in from your agent.
Server tool list (7)
Raw names from tools/list. Only developers need these.
| list_pages | List the pages this account can see: its own, then pages other accounts share with it, each with the access it has there (owner, editor or viewer) and how many monitors are on it and down. |
| list_monitors | List the monitors on every page this account can see, or on one page, with status, page and access. Monitors on a page shared to view have no id; address them by page_id and slug. |
| get_monitor | Get one monitor by id, including its ping URL for heartbeat monitors, or by page_id and slug, which also works on a page shared to view. |
| create_monitor | Create a heartbeat monitor (default) or an HTTP check on the account's first page or on page_id, which may be a page shared with this account as editor. Returns the monitor and, for heartbeats, the ping URL to call after each run. |
| check_in | Report on a heartbeat monitor: 'success' after a completed run (resets the deadline), 'start' when a run begins, 'fail' when it failed. Include a short message; it is kept as the run log. |
| pause_monitor | Pause a monitor so it stops alerting until resumed or pinged again. |
| resume_monitor | Resume a paused monitor. |