Use AI processing and playground endpoints for conversation workflows.
POST /api/ai/process
POST /api/ai/playground
curl -X POST https://your-instance.example.com/api/ai/process \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{"conversationId":"507f1f77bcf86cd799439011"}'