create_price_watch
Register a webhook to monitor AI model price changes. Specify model, price field, and trigger for threshold breaches or any change. Get HMAC-signed POST alerts to your callback URL.
Instructions
Register a webhook watch on a model price change. Costs 1 credit. Watch lives 90 days. Each fire is an HMAC-signed POST to callback_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model name (e.g. "Claude Opus 4.7") | |
| field | Yes | Which price field to watch | |
| op | Yes | Trigger: lt = below threshold, gt = above, changes = any change | |
| threshold | No | Required when op is lt or gt; ignored for changes | |
| callback_url | Yes | HTTPS URL to POST to when the watch fires | |
| secret | No | Optional shared secret used to HMAC-sign delivery bodies |