Cortex API Endpoint
Any bot can GET all tasks as JSON or POST to update a task status.
POST to update:
/api/tasks/update — body: {"id":"TASK_ID","status":"Done"}All Projects