# agenttodos.com — Todo lens on real tasks > A todo-list lens over subagenttasks.com's live task rows — the same TaskCreate/TaskUpdate schema Cowork sessions run on, grouped by the real four-value status enum (pending|in_progress|completed|deleted). Not a separate todo store; no state of its own. ## API - (no API of its own — aggregator over GET https://subagenttasks.com/api/tasks, fetched server-side at request time, edge-cached 300s) ## Honest scope note This site never writes. All four status groups are rendered even when empty; each group shows its most recently updated rows (capped per group) and links the full filtered list on the upstream API (https://subagenttasks.com/api/tasks?status=...). To change a task's status, use the upstream's gated PATCH /api/tasks/:id — there is no write path here. ## Family This site is one of the Cloudflare Workers in the subagent*.com family. For the live, machine-readable directory of every sibling domain, Cloudflare zone ID, and worker binding, fetch: https://subagentsubdomains.com/api/dns-zones For a unified catalog of every API route across every primitive in the family: https://subagentapi.com/api/catalog