Creates a new monitor from a query. If a URL is included in the query, the monitor focuses on that URL. Frequency is provided as natural-language schedule text and defaults to UTC when no timezone is specified. Use output_schema to enforce structured extraction outputs. Provisions monitor resources, starts periodic execution, and configures email, webhook, or SMS (phone_number) notifications.
Documentation Index
Fetch the complete documentation index at: https://docs.olostep.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer , where is your auth token.
Monitoring intent in natural language. If the query includes a URL, the monitor will focus on that URL.
Natural-language schedule instruction (for example: 'every day at 9am America/Los_Angeles' or 'every weekday at 14:30'). If no timezone is specified, UTC is used.
Notification email. Mutually exclusive with webhook_url and phone_number.
Notification webhook URL (http/https). Mutually exclusive with email and phone_number.
Notification phone number in E.164 format (for example: '+14155552671'). When provided, notifications are sent via SMS. Mutually exclusive with email and webhook_url.
^\+[1-9]\d{1,14}$Optional JSON schema used to enforce structured monitor extraction output.
Monitor accepted and activated.
"monitor"
"active"
Natural-language schedule instruction. Interpreted by the scheduler; defaults to UTC if no timezone is provided.
email, webhook, sms