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

# Agency dashboard

> View operational health and publishing metrics across all of your client organizations from one screen.

The agency dashboard gives a cross-organization view of your clients' publishing operations. It is useful for agencies and consultants managing social media for multiple organizations.

## 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 (`days` parameter, default 30).
* `GET /public/v1/customers/:customerId/report` - customer-scoped report.

AI agents can read the same data with `postsider_get_agency_overview` and `postsider_get_customer_report` over MCP.
