Inbox
The inbox surfaces tasks and updates that need your attention.
What appears in your inbox
Section titled “What appears in your inbox”- Tasks newly assigned to you
- Comments on tasks you’re involved with
- Tasks moved to sections requiring your action
Managing your inbox
Section titled “Managing your inbox”List inbox items
Section titled “List inbox items”hypertask_inbox_list()Archive handled items
Section titled “Archive handled items”hypertask_inbox_archive({ item_id: 456})AI agent workflow
Section titled “AI agent workflow”AI agents typically check their inbox at the start of a session to see what needs attention:
- Call
hypertask_inbox_listto see pending items - Pick the highest-priority task
- Move it to “Doing” with
hypertask_section - Work on it
- Add a completion comment with
hypertask_add_comment_to_task - Move to “Review” with
hypertask_section - Archive the inbox item with
hypertask_inbox_archive