UiPath Documentation
agents
2.2510
true
  • Overview
    • What is Healing Agent?
    • Healing Agent and Unified Target
    • Use cases for Healing Agent
    • Recovery strategies
    • Data collection
    • Known limitations
  • Getting started
    • Prerequisites
    • Default settings
    • Licensing
  • Frequently asked questions

Healing Agent user guide

Last updated May 14, 2026

Prerequisites

To start using Healing Agent, you must first select the following services in the Automation Suite installation wizard:

  • Orchestrator
  • AI Center
  • AI Trust Layer
  • Healing Agent (Semantic Proxy)
  • Autopilot for Developers

Once you complete installing Automation Suite, you must configure AI Center and AI Trust Layer in your organization, as follows:

AI Center configuration

  1. Navigate to Admin in your organization.
  2. Select your preferred tenant.
  3. Select Services and add AI Center.
  4. Navigate to AI Center and select Create Project.
  5. On the Create new project page, enter a Project name, and then select Create.
  6. In your project, select ML Packages from the left panel to add a package.
  7. Select Out of the box Packages, and then select UiPath Computer Vision.
  8. Add a Package name, and then select Submit.
  9. In your project, select ML Skills from the left panel to add a skill.
  10. On the Create New ML Skill page, enter a skill name and, from the Choose Package dropdown, select the ML package you previously created.
  11. From the Choose package major version dropdown, select 25.10.1.
  12. 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 (BYOM) setup

To use your own subscriptions, take the following configuration steps via LLM configurations in AI Trust Layer:

  1. Navigate to Admin in your organization.
  2. Select AI Trust Layer, then select the LLM configurations tab.
  3. Select a tenant from the Tenant drop-down, and then select Add configuration.
  4. In the Add configuration panel, take the following steps: a. Select Healing Agent from the Product drop-down. b. Select Workflow Recovery from the Feature drop-down. c. Select Replace UiPath LLM subscription. d. From the Folder drop-down, select the folder in which you want to store your LLM connection.
    Note:

    Avoid storing your LLM connection in a folder that is shared with other users. Credentials saved in shared folders can be accessed by anyone with access to the folders and may expose your organization’s API keys or model data.

    e. For your Replaceable LLM, select a connector from the Connector drop-down, and then select Add connection from the Connection drop-down. f. 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. g. Select Save.

For more information, refer to:

Other requirements

Healing Agent supports Modern UI Automation activities.

Depending on the Healing Agent features you want to use, you need to apply the following updates to UiPath platform components:

FeatureUI Automation versionStudio versionRobot version
Job recommendations and self-healing in Orchestrator25.10.2 or laterN/A2024.10.x (Enterprise) or later
Manual import of the debug file in Studio25.10.2 or later2024.10.x (Enterprise) or laterN/A
Open Studio from the Orchestrator Healing Agent panel25.10.2 or later2025.0.157 (Enterprise Cloud) or laterN/A
Governance25.10.2 or laterN/A2024.10.x (Enterprise) or later
Test Manager executions25.10.2 or laterN/A2024.10.x (Enterprise) or later

1 – To use Studio 24.10.x to import debug files manually, edit the Studio-install-path>/Profiles/Development.json file and set the EnableAiRobot property to true, as follows:

{
   "name": "EnableAiRobot",
   "value": true
}
{
   "name": "EnableAiRobot",
   "value": true
}
Note:

Healing Agent is not dependent on the Object Repository capability.

  • AI Center configuration
  • Bring-your-own-model (BYOM) setup
  • Other requirements

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated