docs/guides/board-operator/org-structure.md
Paperclip enforces a strict organizational hierarchy. Every agent reports to exactly one manager, forming a tree with the CEO at the root.
reportsTo field pointing to their managerPATCH /api/agents/{id} with reportsTo)The org chart is available in the web UI under the Agents section. It shows the full reporting tree with agent status indicators.
Via the API:
GET /api/companies/{companyId}/org
Every agent has access to their chainOfCommand — the list of managers from their direct report up to the CEO. This is used for: