{"Hello":"World","chat_stateless":"POST /chat or POST /api/chat","chat_with_history":"POST /chat/session or POST /api/chat/session","chat_stream":"POST /chat/session/stream or POST /api/chat/session/stream","workflow_sync":"POST /workflows/sessions/{session_id}/sync","new_session":"POST /chat/sessions or POST /api/chat/sessions","get_history":"GET /chat/sessions/{session_id} or GET /api/chat/sessions/{session_id}","workflow_templates":"GET /workflows/templates or GET /api/workflows/templates","workflow_status":"GET /workflows/sessions/{session_id}/status","workflow_generate":"POST /workflows/sessions/{session_id}/generate","workflow_deploy":"POST /workflows/sessions/{session_id}/deploy","automations_list":"GET /automations (Authorization: Bearer <supabase_jwt>)","automation_detail":"GET /automations/{automation_id}","automation_run":"POST /automations/{automation_id}/run","docs":"/docs"}