Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Team staffing and workload management
/api/staffing
GET /api/staffing/workload
{ "team_members": [ { "user_id": "user-1", "name": "John Doe", "active_deals": 8, "total_deal_value": 2000000, "capacity": 75 } ] }
POST /api/staffing/assign
{ "deal_id": "deal-uuid", "assignee_id": "user-uuid" }