create_status_watch
Register a webhook watch to monitor AI service status transitions. When a provider's status becomes operational, degraded, or down, or changes, your callback URL receives a POST notification. Each watch costs 1 credit and lasts 90 days.
Instructions
Register a webhook watch on a service status transition (e.g. anthropic becomes down). Costs 1 credit. Watch lives 90 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Provider name (e.g. anthropic, openai) | |
| op | Yes | becomes = transitions to a specific value; changes = any transition | |
| value | No | Required when op is becomes | |
| callback_url | Yes | HTTPS URL to POST to when the watch fires | |
| secret | No | Optional HMAC shared secret |