# agentsubtasks.com — Task dependency trees > A structural lens over subagenttasks.com's real task rows, grouped by session_id from the live API. 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 subagenttasks.com's schema has a task_dependencies table (TaskCreate's addBlocks/addBlockedBy, joined by its own HTML task-detail pages), but its public JSON API exposes no dependency edges (verified 2026-07-09). This site therefore renders tasks grouped by session_id — the grouping the API actually exposes — and never invents edges. For real blocks/blocked-by data, see the upstream's HTML task pages at https://subagenttasks.com/tasks/:id. ## 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