Loops
Scheduled recurring agent runs: create, customize, start, pause, and run now.
11 verbs in this family.
createLoopCreate a Loop: a recurring AI recipe (prompt + style preset) that fires on a cadence (interval/cron/idle) against an optional target (a repo, Space, Studio app, or task), with a model, write policy,…customizeLoopEdit a Loop's shared recipe: its prompt, style preset (archetype), or write-policy CEILING.deleteLoopDESTRUCTIVE: permanently delete a Loop you own.getLoopDetailRead ONE Loop in full: its prompt (the pinned recipe body), style preset, cadence, target, model, write policy and budgets, its consent record and whether consent is stale, plus its recent run…listLoopModelsList the model ids a Loop can be pinned to (the same picker the Loops tab's create/edit flow uses).listLoopsList the caller's Loops with live status (active/paused/stopped), pausedReason, write policy, cadence, target, next/last run time, whether consent is stale, and the latest recap.pauseLoopPause a Loop: it stops firing on its cadence but keeps its config, recipe, and run history intact, and can be resumed with startLoop.runLoopNowFire one Loop run immediately, off-cadence (never advances its schedule).startLoopResume a paused Loop (or confirm an active one stays active) so it fires on its cadence again.stopLoopStop a Loop for good: retires it from the scheduler (status: stopped).updateLoopEdit an existing Loop's instance config: cadence (trigger), target, model, budgets, concurrency, or its own write policy (never above the recipe's ceiling: use customizeLoop to raise the ceiling…