๐Ÿ“ฅ Inbox

The unified capture and dispatch point. Compose items, view tasks, manage drafts.

What It Does

The Inbox is where work enters the system. It has two roles: capture (composing new items) and triage (viewing tasks by workspace, managing drafts, reviewing processed items).

Compose Modes

The compose form at the top of Inbox supports multiple submission types. Select a mode, write your content, and submit.

ModeWhat HappensWhere It Goes
Note Creates a feedback item in D1 Feedback table โ€” Clara picks it up on next sweep
Research Submits a Bifrost research job Remote Jobs queue โ€” results become a Report
Workflow Submits a Bifrost workflow job Remote Jobs queue โ€” executes a multi-step agent workflow
Clara Submits a Bifrost Clara job Remote Jobs queue โ€” runs Clara sweep/tidy/focus remotely
Comment Creates a comment on a target entity Comments table โ€” permanent audit trail on a task, report, or job
Automated mode: Research, Workflow, and Clara modes submit jobs to Bifrost for autonomous execution. You don't need VS Code open โ€” just submit from the portal and check results later.

Inbox Tabs

TabContents
TasksActive and backlog tasks for the selected workspace, grouped by status
DraftsDraft tasks (IDs prefixed with d-). Created during brainstorming before committing to the tech tree
ProcessedFeedback items already processed by Clara, with her classification notes

Use Cases

Quick brain dump

Select Note mode, type your thought, submit. Clara will classify it (task, feedback, question, etc.) on her next sweep and route it to the right workspace.

Submit research from mobile

Select Research mode, describe what you want investigated, submit. A Bifrost job runs autonomously and the result appears as a Report. Check back in 10-15 minutes.

Trigger Clara remotely

Select Clara mode, type sweep (or tidy, focus, align). A Bifrost job launches Clara in the specified mode. Useful when you're not at your desk.

Add context to a task

Select Comment mode, pick the target task ID, write your note. The comment is permanently attached to that task's audit trail.

For Agents

Relevant APIs: POST /api/feedback to create inbox items. POST /api/remote-jobs to submit Bifrost jobs. POST /api/comments to add comments. All require X-API-Key header.