Running test remotely (sauce labs, browserstack, etc.)

does the UI.Vision RPA software support this at all? or it is purely local?

You can import RPA macros in the well-known Selenium IDE SIDE format. Exporting in .side format and then and run them remotely on these services or with the Selenium SIDE runner is not possible (yet). The providers you mention support only the classic Selenium IDE commands that work in Selenium Webdriver.

Just note that the UI.Vision RPA software has advanced features like

that are not supported by these platforms. These platforms only operate on the browser document object model - so by design they can not support the real user automation and computer vision of the UI.Vision RPA software. But the “pure” Selenium IDE commands should work well.

For now, the best solution is to create your own local or e. g. AWS or Azure based setup with RPA. For this, UI.Vision has a command line API. UI.Vision works well with all CI/CD tools, for example Jenkins.