Access
Open the Agency page from the dashboard sidebar. The page is authenticated with your organization API key (the same key from Settings → API), so it requires an API key to be configured.What you see
- Time window - choose 7, 30, or 90 days.
- Summary cards - organization-wide totals: clients, channels, active channels, queued posts, drafts, published posts, pending approvals, and errors.
- Per-client rollup - each client organization with its channel count and recent errors.
- Channel detail - drill into a client’s channels for their numbers.
- CSV export - download the current view.
API and MCP
The dashboard is backed by two public endpoints:GET /public/v1/overview- organization-wide counts and recent errors (daysparameter, default 30).GET /public/v1/customers/:customerId/report- customer-scoped report.
postsider_get_agency_overview and postsider_get_customer_report over MCP.
