/clients, in the sidebar when the org has more than one workspace) is the org home: one card per workspace.
On the Agency plan there is no limit on client workspaces. No plan counts workspaces; an org’s prompt slots, responses and credits are shared across all of its workspaces.
What each card shows
- Loop status: working, idle or blocked, with the reasons.
- Shipped: work shipped in the last 7 days.
- Waiting: items waiting on approval, with open tasks counted separately.
- Visibility: “named in X of N answers” over the last 7 days, summed across engines.
Loop status on the card
For now the card’s status is a summary derived from the workspace’s automations:
It will read loop health instead once that is wired into the card; loop health is the fuller answer and is already on each workspace’s Today page.
Approving across workspaces
Select suggested changes on several cards and approve them in one action.- Select all covers only the changes each card shows, up to 5 per card.
- A selection over 100 changes is sent in batches.
- Each change is approved exactly as it would be in that workspace’s Work page: the same approval mode, change caps and checks apply.
- Failures are reported per item, so one refused change does not hide the others that went through.
Client link
Each card has a Client link control that creates the client reviewer link for that workspace.Over the API
These are dashboard routes (signed-in session):GET /v2/org/overview: the cards.POST /v2/org/inbox/approvewith{"items": [{"project_id": "...", "item_id": "..."}]}, at most 100 items. It answers{approved, failed, results: [{project_id, item_id, ok, state?, error?}]}.