Run the agents supervisor sweep (5-min cadence)
POST
/cron/agents-supervisor
const url = 'https://example.com/api/cron/agents-supervisor';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/api/cron/agents-supervisorRound-2 safety cadence. Early-exits when no lane is in flight; otherwise reclaims expired leases and runs the deterministic supervisor (stall flags, budget pauses, push-control actuation, shipping timeouts). CRON_SECRET protected.
Responses
Section titled “ Responses ”Supervisor sweep result ({idle:true} when nothing is in flight)
Media type application/json
object
idle
required
boolean
inFlight
integer
reclaimed
integer
supervisor
object
Missing or invalid CRON_SECRET