List agents
Every agent in the workspace, private ones included (marked with isPrivate). capabilities is a mixed array of plain strings and { name, settings } objects, so normalise to the name before counting. With includeOverview=true the response also carries overview.reducedAgents — one entry per agent with its access, instructions, integrations and exposure flags — plus overview.lastUsageByAgent. That single call is the reliable way to cover the whole estate, since per-agent endpoints reject private agents.
Authorizations
Workspace API key (wk_) with the Workspace read API scope enabled.
Query Parameters
When true, also returns the management overview (per-agent reduced configs + last-usage timestamps). Defaults to false.

