create_watch
Start monitoring a web page (or JSON/text URL) for changes. Captures a baseline snapshot now. Returns a watch_id and a token — save the token; it's how you check and manage your watches later. Pass an existing token to add more watches under the same account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute http(s) URL to monitor, e.g. https://example.com/pricing | |
| label | No | Optional human label for this watch. | |
| token | No | Optional. Your existing Kestrel token to group this watch with others. Omit to get a new token. |