- Getting started
- Installation

ScreenPlay user guide
Prerequisites
To start using ScreenPlay, you must first select the following services in the Automation Suite installation wizard:
- AI Center
- AI Trust Layer
- ScreenPlay (Semantic Proxy)
ScreenPlay is supported by any version of UiPath Studio. However, we strongly recommend using Studio 2025.10 in order to benefit from a better prompt building experience. Older Studio versions still support ScreenPlay but use a more basic and less flexible editor.
Once you complete installing Automation Suite, you must configure AI Center and AI Trust Layer in your organization, as follows:
AI Center configuration
- Navigate to Admin in your organization.
- Select your preferred tenant.
- Select Services and add AI Center.
- Navigate to AI Center and select Create Project.
- On the Create new project page, enter a Project name, and then select Create.
- In your project, select ML Packages from the left panel to add a package.
- Select Out of the box Packages, and then select UiPath Computer Vision.
- Add a Package name, and then select Submit.
- In your project, select ML Skills from the left panel to add a skill.
- On the Create New ML Skill page, enter a skill name and, from the Choose Package dropdown, select the ML package you previously created.
- From the Choose package major version dropdown, select 25.10.1.
- From the Choose package minor version dropdown, select 0.
Other settings include:
- Enable GPU (optional, but recommended) - Accelerates model inference and training.
- Enable Auto Update - If enabled, the model is automatically updated with the latest retrained version.
- Make ML Skill Public (required) - Make the ML Skill accessible via an endpoint from outside the UiPath environment.
- Advanced Infra Settings - Set custom deployment hardware in terms of CPU and memory sizing, GPUs and replicas. If enabled, the recommendation is that you select two replicas in the Replica Count counter.
Bring-your-own-model setup
The ScreenPlay installation procedure supports the bring-your-own-model (BYOM) deployment option deployment option, which allows you to use your own existing subscription to power ScreenPlay. With BYOM deployment, there are no imposed limits on how much you can use the service. To perform this installation, you need to have your own subscription for one of the following services:
- Azure Open AI
- Open AI
- Amazon Bedrock (Anthropic Computer Use)
- Google Vertex
- Open AI V1 Compliant LLM – Use this option to connect to any LLM provider whose API follows the OpenAI V1 standard. For details, refer to the OpenAI V1 Compliant LLM connector documentation.
To use your own subscriptions, take the following configuration steps via LLM configurations in AI Trust Layer:
- In Automation Cloud™, navigate to Admin.
- Select AI Trust Layer, then select the LLM configurations tab.
- Select a tenant from the Tenant drop-down, and then select Add configuration.
- In the Add configuration panel, take the following steps:
- Select UI Automation from the Product drop-down.
- Select ScreenPlay from the Feature drop-down.
- Select Replace UiPath LLM subscription from the Configuration mode drop-down.
- Select the subscription you have and want to use from the LLM drop-down.
- In the Configure customer managed connection section, select a folder from the Folder drop-down, and then select a connector from the Connector drop-down.
- Select Add new connection. A new tab opens, prompting you to provide information to connect UiPath to your selected connector. Populate the necessary fields, then select Test in the Add configuration panel.
- Select Save.
For more information, refer to Configuring LLMs.