Skip to main content
POST
Create Monitor

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer , where is your auth token.

Query Parameters

stream
enum<string>

When set, the response is text/event-stream with phase, reasoning_token, complete, and error events.

Available options:
1,
true

Body

application/json
query
string
required

What to monitor, in natural language.

source_policy
object

Optional URL/domain allow and deny lists applied during planning and execution.

frequency
string
default:every hour

Natural-language schedule (for example every day at 9am). Minimum interval is every 10 minutes. Schedules use UTC.

Maximum string length: 50
notification
object
webhook
object
metadata
object
output_schema
object

JSON 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.