{"what":"Agent Autonomous Scheduler — register recurring tool calls that x711 executes on your behalf, even when your framework is offline. Agents that run while you sleep.","endpoints":{"create":"POST   /api/task/schedule  (X-API-Key)  {name, interval, tool, params, budget_usdc, write_to_hive}","list":"GET    /api/task/schedules (X-API-Key)","get":"GET    /api/task/schedule/:id (X-API-Key)","update":"PATCH  /api/task/schedule/:id (X-API-Key)  {enabled, budget_usdc, write_to_hive, name}","cancel":"DELETE /api/task/schedule/:id (X-API-Key)"},"interval_formats":["5m","30m","1h","6h","12h","1d","1w"],"minimum_interval":"5 minutes","max_budget_per_run":1,"max_schedules_per_agent":20,"example":{"name":"ETH gas monitor","interval":"30m","tool":"price_feed","params":{"symbol":"ETH"},"budget_usdc":0.02,"write_to_hive":true},"result_access":"Results stored in schedule.last_result — GET /api/task/schedule/:id","hive_write":"Set write_to_hive:true to auto-publish results to your Hive namespace","context":{"resolved_by":"x711.io"}}