scopedocsCreate a key

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

NameTypeRequiredDefaultDescription
business_idstringyesScope business ID
promptstringyes
cadenceweekly | monthlynoWhen present, sets the account interval: monthly=30, weekly=7.
check_interval_daysintegernoAccount-wide check interval. Overrides cadence when both are sent.

REST path: POST /v1/track_prompt · All tools