prufa_start_monitor
Start a persistent QA monitor: schedule automated audits on a URL at a daily or hourly cadence, and receive deploy hook notifications when regression changes are detected. Optionally re-run a confirmed flow instead of a plain audit.
Instructions
Start a persistent monitor: re-run a QA audit on a URL on a cadence (daily|hourly) and fire a deploy hook on every regression delta. Pass flow_id to re-run a confirmed flow instead of the plain audit. 1-click setup — the response returns the deploy_hook (url + signing secret, shown ONLY once) which you should store immediately. [Pro] Free-tier workspaces get a 402 with a checkout hint that passes through; do not gate client-side. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| cadence | No | daily | |
| flow_id | No | Optional confirmed flow to re-run instead of the plain page audit. | |
| idempotency_key | No | Optional. Replays of the same key within 24h return the original response without re-executing — pass one to make retries safe. Omitted: a fresh key is generated, so each call executes. |