Pump Cursor cloud-agent lanes
POST
/cron/agents-cursor
const url = 'https://example.com/api/cron/agents-cursor';const options = { method: 'POST', headers: {'Content-Type': 'application/json'}, body: '{"projectId":"2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"}'};
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-cursor \ --header 'Content-Type: application/json' \ --data '{ "projectId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" }'Reclaims expired lane leases, reconciles in-flight Cursor lanes by polling run status, then dispatches queued lanes to Cursor cloud agents. No-op unless CURSOR_API_KEY is configured. CRON_SECRET protected.
Request Body
Section titled “Request Body ” Media type application/json
object
projectId
string format: uuid
Responses
Section titled “ Responses ”Pump results (reclaimed/reconciled/dispatched lane actions)
Media type application/json
object
Missing or invalid CRON_SECRET