> ## Documentation Index
> Fetch the complete documentation index at: https://docs.remyx.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Inbox

> Waiting on you: drafts to review, calls your agents held for you, and anything blocking the loop

**Nav:** Inbox | **URL:** [`/inbox`](https://studio.remyx.ai/inbox)

The Inbox is titled **"Waiting on you"**, and that's the whole contract: drafts to review, calls your agents held for you, and anything blocking the loop — in your own time. It's a **derived** queue, not a task tracker you maintain: items appear from live agent state, and anything resolved on GitHub clears itself.

<Frame>
  <img src="https://mintcdn.com/remyxai/2lznviOD5A07VqzC/images/studio/inbox-waiting-on-you.png?fit=max&auto=format&n=2lznviOD5A07VqzC&q=85&s=c4f12f10a65696e22d026ba3a4362a87" alt="The Inbox: 'Waiting on you' with Review cards for draft PRs across repos, filter chips showing All 48 / Review 21 / Decide 27, a date window set to All time, and per-card Review the draft, Ask, Run log, Details, and Mark done actions" width="1919" height="962" data-path="images/studio/inbox-waiting-on-you.png" />
</Frame>

***

## Card types

Every card carries one of three tags, filterable with chips at the top:

| Tag        | What it asks of you            | Typical items                                                                                                             |
| ---------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------- |
| **Review** | Read a diff and merge or close | A draft PR opened by an agent                                                                                             |
| **Decide** | Make a judgment call           | A discussion Issue the agent opened instead of a PR; a saturated candidate pool (widen the interest or retire the agent?) |
| **Fix**    | Unblock the loop               | A blocked agent (failing runs), an unmerged setup PR, a missing model key                                                 |

***

## Auto-resolution

Item state follows GitHub. When a PR or Issue is merged or closed, its card auto-completes into the **Done** pile, Linear-style, labeled **Merged** / **Closed**. You never mark those done — the system does. Cards you clear by hand get **Done by you** and can be restored to the inbox anytime; auto-resolved ones can't (there's nothing left to do).

Three status views: **Todo** (open and waiting on you), **Done** (resolved on GitHub — merged or closed), **Archived** (marked done by you). A **Mark all as done** chip batch-archives.

<Note>
  The Inbox's date window defaults to **All time** — old waiting items must not hide. Health cards (setup PR, missing key) are never hidden by the window.
</Note>

***

## Working a card

* **Details** expands a **TLDR digest** — a server-generated summary built from the run's telemetry on first expand — plus deterministic **run evidence**: gate check chips, a diff-risk band, flagged callouts, and scope, reported from the run's own passes rather than a recommendation.
* **Ask** opens a run-grounded chat scoped to that agent, seeded with the right question for the card kind (e.g. for a blocked agent: *"Why is this repo blocked — what is failing in the logs, and what should I change?"*). It's the same drawer as [Ask about this agent](/platform/agents/overview#ask-about-this-agent).
* **Analyze** (on Fix cards with a run) pulls the failing run's log and returns a root-cause read.
* The primary button does the obvious thing — open the PR, open the Issue, open Connectors — and **Run log ↗** / **View in agent** take you to the evidence.

<Frame>
  <img src="https://mintcdn.com/remyxai/2lznviOD5A07VqzC/images/studio/inbox-card-details.png?fit=max&auto=format&n=2lznviOD5A07VqzC&q=85&s=ff7ad3bc48873c32e32f28959f408e3c" alt="An expanded Inbox card: the TLDR digest summarizing what the draft proposes and what to verify, then 'From the run' evidence — Tests passed and Diff risk low chips, and an All-run-detail fold with fidelity and self-review statuses, stub density, diff-risk band, checks, and the selection rationale — footed by 'Reported from the run's own passes, not a recommendation'" width="577" height="792" data-path="images/studio/inbox-card-details.png" />
</Frame>

The sidebar badge counts all open items, so it lights up when a run lands. The footer links out to the [fleet report](/platform/review/reports) and [Agents](/platform/agents/overview).

When there's nothing left: *"You're all caught up."*

***

## Programmatic access

The inbox is also exposed on the [MCP server](/resources/mcp-server#outrider-fleet-tools) (`get_inbox`, `dismiss_inbox_item`, `get_artifact_digest`) and the REST API (`GET /outrider/agents/inbox`, `POST /outrider/agents/inbox/dismiss`), so an agent or script can triage the same queue you see.

***

## Related

<CardGroup cols={2}>
  <Card title="Reports" icon="chart-column" href="/platform/review/reports">
    The fleet view behind the queue
  </Card>

  <Card title="The agent report" icon="compass" href="/platform/agents/overview#the-agent-report">
    Where evidence links land
  </Card>

  <Card title="Agents" icon="robot" href="/platform/agents/overview">
    Fix provisioning states surfaced by Fix cards
  </Card>

  <Card title="Evaluation" icon="clipboard-check" href="/platform/review/evaluation">
    Pre-committed bars for the Decide calls (Pro)
  </Card>
</CardGroup>
