Weavz
Cronitor

Cronitor

Cron job, heartbeat, uptime, and site monitoring with telemetry pings.

9 tools
1 trigger

Tools

Name
validate_connection

Validate Cronitor API access by listing monitors.

list_monitors

List Cronitor monitors with type, group, tag, state, search, and pagination filters.

get_monitor

Retrieve one Cronitor monitor by key.

search_monitors

Search Cronitor monitors using scoped search syntax such as job:backup or tag:critical.

create_monitor

Create a Cronitor job, check, heartbeat, or site monitor.

update_monitor

Create or update one Cronitor monitor through the monitor upsert API.

pause_monitor

Pause alerting for one Cronitor monitor by key.

delete_monitor

Delete one Cronitor monitor by exact key.

send_telemetry_event

Send a Cronitor telemetry ping for job lifecycle, heartbeat, or metrics.

Triggers

Name
monitor_state_changed

Poll Cronitor monitors and emit monitors whose state changed after the first baseline run.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('cronitor', 'validate_connection', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'cronitor',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Cronitor to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Cronitor support?

Cronitor supports 9 tools including Validate Connection, List Monitors, Get Monitor, Search Monitors, Create Monitor, and more.

Can I use Cronitor with AI agents?

Yes. Add Cronitor to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Cronitor be used in stateful agent workflows?

Yes. Agents can combine Cronitor tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Cronitor use?

Cronitor uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Cronitor integration cost?

The Cronitor integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Cronitor support?

Cronitor supports 1 triggers including Monitor State Changed.

Connect Cronitor in minutes

Get 20,000 free action executions every month. No credit card required.