| GET | /api/care-orchestrator/health | Health |
| GET | /api/care-orchestrator/workflows | List workflows (filters: org, type, status, patient) |
| POST | /api/care-orchestrator/workflows | Create workflow |
| GET | /api/care-orchestrator/workflows/{id} | Get workflow |
| POST | /api/care-orchestrator/workflows/{id}/transition | Trigger state transition |
| POST | /api/care-orchestrator/workflows/{id}/cancel | Cancel |
| GET | /api/care-orchestrator/agents | List agents |
| GET | /api/care-orchestrator/agents/{agent_type} | Get agent |
| GET | /api/care-orchestrator/agents/{agent_type}/stats | Agent stats |
| POST | /api/care-orchestrator/tasks/route | Route task to agent |
| GET | /api/care-orchestrator/tasks | List tasks |
| GET | /api/care-orchestrator/voice/agents | List voice agents |
| POST | /api/care-orchestrator/voice/calls | Initiate voice call |
| GET | /api/care-orchestrator/voice/calls/{call_id} | Call status |
| POST | /api/care-orchestrator/voice/calls/{call_id}/transfer | Transfer call |
| POST | /api/care-orchestrator/voice/calls/{call_id}/end | End call |
| GET | /api/care-orchestrator/voice/calls/{call_id}/transcript | Get transcript |
| GET | /api/care-orchestrator/events | List events |
| POST | /api/care-orchestrator/events | Publish event |
| GET | /api/care-orchestrator/patients/{id}/events | Patient events |
| GET | /api/care-orchestrator/patients/{id}/workflows | Patient workflows |
| GET | /api/care-orchestrator/analytics/summary | Analytics |