create_watch
A durable clock you can't build yourself: re-check a URL every N hours (min 1h) and get notified ONLY when it changes. Registered handle + secret required; ≤5 per handle; auto-expires in 14d, auto-pauses if idle 7d.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| handle | Yes | ||
| secret | No | ||
| extract | No | ||
| pattern | No | regex, required if extract=grep | |
| callback_url | No | ||
| interval_seconds | Yes | ≥3600 (1h) |