Create Monitor
Creates a monitor from a natural-language query. Provisions a shadow agent, generates a workflow spec, queues DAG planning, and schedules recurring runs. Configure delivery with notification.channels and/or webhook. Returns 202 with status provisioning, or stream progress with ?stream=1.
Authorizations
Bearer authentication header of the form Bearer , where is your auth token.
Query Parameters
When set, the response is text/event-stream with phase, reasoning_token, complete, and error events.
1, true Body
What to monitor, in natural language.
Optional URL/domain allow and deny lists applied during planning and execution.
Natural-language schedule (for example every day at 9am). Minimum interval is every 10 minutes. Schedules use UTC.
50JSON Schema for structured extraction output.
Response
Provisioning stream (text/event-stream) when stream=1. Ends with a complete event containing the monitor object.
The response is of type string.