String describing what to monitor in natural language.
This is typically what the user types into the UI (without any frequency preferences).
e.g. "Tell me about the latest news, product updates, press releases, social media announcements,
investments into, or other relevant information about Yutori"Interval in seconds of how often to run the task. This must be >= 3600 (= 1 hour).
On the web UI, this is inferred from what the user types into the new scout input (e.g. "daily at 9am").
Recommended: 86400 (daily).Unix timestamp (past, present, or future) of when the scout should start running.
If past, present, or up to 30 min in the future, the scout will start running immediately.
Else, the scout will start running at the specified timestamp.String indicating the user's timezone (e.g. "America/Los_Angeles")
On the web UI, this is inferred from the browser's timezone.
Default: "America/Los_Angeles".String indicating the user's coarse location in the format: city, region_code, country_name.
On the web UI, this is inferred from the browser's location.
Default: "San Francisco, CA, US".Task specification with JSON output schema for structured updates
If true, email notifications will be skipped and only webhook notifications will be sent.
Email subscriptions will still be stored but no emails will be sent.
Default: false (sends both emails and webhooks).Optional webhook URL to receive updates for this scout. Creates a 'scout_webhook' subscription for the calling user.
Successful Response
Public API response for scout creation. Excludes internal fields like llm_output.
Optional webhook URL configured for this scout, if provided at creation time.