Skip to main content

Dashboard reference

Reference for the Dashboard's stat cards, tabs, approval card, modals, and Tasks Management view. For workflows, see the how-to pages (Review pending approvals, Monitor running tasks, Tasks Management).


Stat cards (top of the Dashboard)

StatCountsSubtitle
Active AgentsAI Agents configured in your team. Includes running, suspended, scheduled, and idle.E.g. "2 running, 2 suspended".
Tasks RunningTasks currently in an active status across all your AI Agents.Number of batches currently active.
Pending ApprovalsTasks in waiting_for_human. Matches the Pending Approvals tab count."N urgent" when any are urgent.
Completed TodayTasks that reached a terminal status today.Today's success rate.

Tabs on the Dashboard

TabShows
Pending ApprovalsTasks in waiting_for_human that need a human.
RunningTasks currently in an active status.
Task BatchesState and history of Batch Process runs.

A View All → link next to the tabs opens Tasks Management.

Empty states

TabEmpty state
Pending Approvals"All clear — Your agents are running autonomously. Nothing needs your attention."
Running💤 "Nothing running right now — Start a conversation with one of your agents or wait for a scheduled trigger to fire."
Task Batches📋 "No batches yet — When an agent needs to run a tool across multiple items in parallel, it creates a batch."

Approval card fields

Each card in Pending Approvals shows:

FieldNotes
AI AgentBold label at the top of the card.
ToolCode-style label (e.g. publish_to_wordpress).
URGENT badgeSee URGENT rule.
Chain badge"⚡ Blocking N parent agents" — present when this task is holding up ancestor tasks.
Action descriptionShort sentence summarising what's about to happen.
TimestampRelative (hover for absolute).
Show parameters ▾Expands to show the exact input payload key by key. Collapse with Hide ▴.

Action buttons

ButtonBehaviour
✓ ApproveApproves and executes the tool immediately.
✎ EditOpens the task detail modal to edit parameters before approving.
✕ RejectOpens the dismiss modal to send feedback and reject.
💬 ChatOpens the conversation this task belongs to.

Resolved states

StateMessage
Approved"Approved — moved to execution queue" (green).
Dismissed"Dismissed — feedback sent to agent" (red).

URGENT rule

A pending task is marked URGENT when both conditions hold:

  1. It is in waiting_for_human.
  2. At least one of:
    • It blocks ≥ 3 ancestor tasks (three or more parent AI Agents or batches are parked in waiting_for_children because of this task).
    • It has been waiting > 24 hours since it was created.

URGENT is informational — the approval actions are the same. It flags tasks where your delay is costing the most.


Task detail modal (from the ✎ Edit button)

Two tabs:

TabContents
ParametersAction description, optional chain badge, editable form with one field per parameter, Cancel + ✓ Approve with Changes buttons.
ChatThe conversation embed so you can see the surrounding context.

Dismiss modal (from the ✕ Reject button)

FieldValue
Title"Dismiss: {tool}"
Info note"After dismissal, the agent will receive your feedback and continue the conversation. You can monitor its response in the Conversations tab."
Label"Feedback for the agent"
Placeholder"Tell the agent why and what to do instead…"
ButtonsCancel, ✕ Dismiss with Feedback

Recent Activity

PropertyValue
PurposeChronological log of agent activity: task completions, approvals, errors, and status changes.
Per-entryTimestamp (hover for absolute), coloured dot (success / approval / info / error), event text.
Empty state📝 "No activity yet. Once your agents start working, their actions will appear here."

Recent Activity itself has no filter UI — filters live on Tasks Management.


Tasks Management — Tasks tab

ColumnShows
TaskTask name or description.
BatchBatch number if applicable, otherwise .
AgentAI Agent (clickable).
StatusDisplay label: Success, Running, Failed, Needs Approval, Pending.
TimeWhen the task ran (hover for absolute).
OutputShort preview.
Actions stop (if running/pending), 💬 chat.

Filters:

FilterValues
AgentAll Agents, or any one AI Agent.
StatusAll Statuses, Success, Running, Failed, Pending.

Empty state when filters match nothing: "No tasks match your filters. Try adjusting the agent or status filter above."


Tasks Management — Batches tab

ColumnShows
BatchName + number; ETA below if running.
AgentAI Agent that started the batch.
ProgressProgress bar with "M / N" counts and a percentage.
FailedNumber of failed rows.
CreditsTotal credits consumed by tasks in the batch.
StatusRunning, Complete, Failed, Paused, Pending, Cancelled.
StartedRelative (hover for absolute).

Click any row to open the batch modal.


Batch modal

SectionContents
HeaderBatch name + number; Agent: {name}; Started: {timestamp}.
ProgressLarge M / N; status badge; progress bar.
Stats{succeeded} succeeded, ✕ {failed} failed, ◦ {pending} pending, ⏱ {eta} when running.
Footer"Avg. {seconds}s per task · {credits} credits used"
Controls stop, download CSV.
Results tableColumns: #, Item, Status, Output.

Export

ExportFormatLimit
Batch → ⬇ DownloadCSV10,000 rows per file.

Status labels — display vs underlying

The user-friendly labels you see on rows and badges map to the underlying state-machine statuses. Full definitions: Task statuses.

Display labelUnderlying status(es)
Successsuccess
Runningin_progress
Failedfailed
Needs Approvalwaiting_for_human
Pendingpending, scheduled, approved
Waiting for approvalwaiting_for_human
Waiting for childrenwaiting_for_children
Approvedapproved
Dismisseddismissed

Batch status labels: Running, Complete, Failed, Paused, Pending, Cancelled.