Skip to main content
Create a monitor.
Tool ID: contextdev_create_monitor

Run this action

Use the TypeScript SDK for a single call. Put ctx.tools.execute(...) inside a Play when the call should be durable, scheduled, or run across a CSV.

CLI

Example response

The SDK exposes this shape at result.toolResponse.raw. Values below are representative.
Use deepline tools get contextdev_create_monitor --json for the latest machine-readable contract.

Input reference

Creates a web monitor. mode is the constant web; the behavior is described by target (page, sitemap, or extract) and change_detection (exact or semantic). Supported combinations: page + exact, page + semantic, sitemap + exact, extract + semantic. change_detection is optional; page targets with instructions infer semantic detection, while page targets without them infer exact detection. Other targets default to their supported detection type. schedule is optional and defaults to once per day.

Output reference

Deepline cost

  • Pricing model: fixed (per call).
  • Estimated Deepline credits: 0 per pricing unit.
  • Provider-native pricing may still exist outside Deepline credit billing.