Do
track_prompt
POSTFree now — adds committed burnprompts:writewrite
Starts monitoring a prompt. Free now. Pass cadence or check_interval_days to change the account interval (monthly→30). Omitting both leaves the current interval.
When to use
when the user wants to start monitoring a query over time.
Free now, expensive later
The call costs nothing. The schedule creates committed burn. Default interval is 5 days = +6 checks per month per prompt. Only a 30-day interval is +1.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
business_id | string | yes | — | Scope business ID |
prompt | string | yes | — | — |
cadence | weekly | monthly | no | — | When present, sets the account interval: monthly=30, weekly=7. |
check_interval_days | integer | no | — | Account-wide check interval. Overrides cadence when both are sent. |
REST path: POST /v1/track_prompt · All tools