- Release notes
- Getting started
- For administrators
- RPA workflow projects
- Creating an RPA workflow from an idea
- Creating a project
- How to start an RPA workflow
- Managing project files and folders
- Connecting RPA workflows to your accounts
- Configuring activities
- Managing the activities in a project
- Passing values between activities
- Iterating through items
- Managing the data in a project
- Configuring a project to use your data
- Using file and folder resources
- App projects
- Agentic processes
- Agents
- About agents
- Building an agent in Studio Web
- Solutions
- API workflows - Preview

Studio Web User Guide
This section walks you through how to build an agent in Studio Web. To make reliable production-grade agents, we highly recommend you check out Best practices.
Use the main Studio Web designer canvas to design your agent, and the left and right panels to explore the agent structure and resources.
- Go to studio.uipath.com.
- Select Create New button, then select Agent.
- Select the agent type:
- Autonomous: Create an agent that acts independently to complete a given task.
- Conversational (Preview): Create an assistant that interacts with users through real-time dialogie.
- If you want to create your agent from scratch, select Start fresh.
- If you want to generate your agent using Autopilot (Preview), describe the agent you want the create in the available message box, then select Generate Agent. Be as specific as possible, so that Autopilot can efficiently generate an agent.
- The new solution opens, with the Agent designer canvas displayed.
-
When configuring your agent, you can choose between two design modes: the traditional Form view and the Flow view (Preview). Both modes share the same underlying agent definition and remain fully synchronized, so you can switch between them at any time without losing data.
Use Form view for a structured, step-by-step configuration experience, or switch to Flow view for a visual, node-based layout that lets you see how your agent’s components connect and interact.
When configuring your agent, you can choose between two design modes: the traditional Form view and the Flow view (Preview). Both modes share the same underlying agent definition and remain fully synchronized, so you can switch between them at any time without losing data.
Use Form view for a structured, step-by-step configuration experience, or switch to Flow view for a visual, node-based layout that lets you see how your agent’s components connect and interact.
Build an agent using Form view (Default)
- From the
Project Explorer panel on the left, access the agent Definition, Evaluation sets, and Evaluators.
Figure 1. The Agent inside a Solution- The Definition panel is where you design and define the core elements of an agent. The definition contains the following sections: General, Tools, Contexts, and Escalations.
- Use the General section to define the prompts for your agent.
- Use the Tools section to connect runtime tools, like Integration Service connectors or published automations.
- Use the Contexts section to link knowledge sources using Context Grounding indexes to give your agent relevant data access.
- Use the Escalations section to set up human-in-the-loop fallbacks and enable Agent Memory to persist interactions and help calibrate future agent escalations.
- The Evaluation sets panel is where you create evaluations and store results. Evaluations objectively measure your agent's output and assess whether or not it is consistent with your objectives. For details, refer to Evaluations.
- The Evaluators panel is where you create and manage the evaluators used in evaluations.
- The Definition panel is where you design and define the core elements of an agent. The definition contains the following sections: General, Tools, Contexts, and Escalations.
- First, select your agent under Project Explorer. Right-click to select Rename, and give your agent a unique name.The agent name helps to identify the agent across projects.
- Next, access the Properties panel from the right-hand side menu to select the large language model you want to use with your agent.
- Select a model from the available dropdown list. Models are provisioned through UiPath AI Trust Layer. For details, refer to Configuring LLMs.
- Configure the Temperature and Max. tokens per response fields. These settings may be controlled by an Automation Ops governance policy. For details, refer to Settings for Studio Web Policies.
- Temperature determines the creativity factor of the LLM generation. You can set a value between 0 (Precise) and 1 (Creative).
- Max. tokens per response refers to the maximum number of tokens to generate with the agent's response.
Figure 2. Configuring the model settings - In the agent Definition panel, provide your agent with a System prompt and a User prompt.Add a well-structured prompt to give your agent instructions for what it should do, and constraints it should follow. For details, refer to Prompts.
- Use the Data Manager panel to define the agent input and output arguments used in the prompts.
Figure 3. Input arguments in the Data Manager panel
- In the Tools section, select Add tool to add any tools your agent can use during execution.These can be a set of Integration Service activities, existing agents, and published automations to which you have access. Each tool must have a detailed description that helps inform the agent how and when to use this tool. For details, refer to Tools.
- (Optional) In the Contexts section, select Add context to give the agent access to Context Grounding indexes.Choose an existing index available in your tenant, or select Create new to create a new index directly in Orchestrator. For details, refer to Contexts.
- (Optional) In the Escalations section, select Add escalation to add a human in the loop through an escalation app and enable Agent Memory.Adding an escalation allows your agent to involve a human to review, approve, or update output as it is running. For details, refer to Escalations and Agent Memory.
Build an agent using Flow view (Preview)
- Open your agent project in Studio Web.
- In the top-right corner of the design-time canvas, select the Flow (Preview) option from the authoring mode toggle.
-
The Flow canvas opens, displaying the agent structure as nodes.
-
You can switch back to Form view at any time. All changes are saved and translated automatically between the two modes.
-
- Start with the LLM node.
- Select it to open the Properties panel on the right, then choose and configure your model.
- Select a model from the available dropdown list. Models are provisioned through UiPath AI Trust Layer. To learn how to use a custom model, refer to Configuring LLMs.
- Configure the Temperature and Max. tokens per response fields. These
settings may be controlled by an Automation Ops
governance policy. For details, refer to Settings for Studio
Web Policies.
- Temperature determines the creativity factor of the LLM generation. You can set a value between 0 (Precise) and 1 (Creative).
- Max. tokens per response refers to the maximum number of tokens to generate with the agent's response.
- Once a model is selected, the node updates with the corresponding model family icon and the highlight disappears.
- Select it to open the Properties panel on the right, then choose and configure your model.
- Configure the Agent node.
- The Agent node is created by default alongside the LLM node.
- Open the Prompt section on the right to define your system and user prompts. For conversational agents, this section is simplified and only the system prompt is shown.
- Open the Schema section on the left to define input and output arguments in the Data Manager panel.
- Add context, tools, and escalations. After
completing the LLM and Agent nodes, three new node types become
available:
- Context: Select a Context Grounding index and adjust its search parameters.
- Tools: Open the command palette, search for a deployed tool, and add it to your canvas. You can further configure each tool once added.
- Escalations: Add a human-in-the-loop node that connects to the existing escalation configuration experience.
- Access additional options by selecting the ⋮ (More actions) menu on a tool node. The following actions are available:
- Add breakpoint – Inserts a breakpoint at the tool node. When the agent is debugged, execution pauses just before this tool runs, allowing you to inspect its inputs, outputs, and trace data. Breakpoints are useful for verifying tool logic and debugging errors during design-time testing.
- Add guardrail – Opens the Guardrail configuration window, where you can define rules that restrict or monitor how the tool is used at runtime.
- Disable – Temporarily disables the selected tool node from agent execution. Disabled tools remain on the canvas but are skipped during
runtime and debugging, allowing you to test or refine the agent’s behavior without permanently removing the tool.
- Debug your agent.
- Select Debug to run your agent in design time.
- As the agent executes, nodes light up in sequence to show the execution flow.
- If you run simulations, nodes appear in a different color to indicate mocked data or tool calls.
- For conversational agents, a persistent chat window allows you to test exchanges; each message triggers a debug run that displays highlights across the connected nodes.
- You can also set breakpoints on specific nodes to pause execution and inspect inputs, outputs, and trace data.
- Save and publish your changes.
- All updates in Flow view are stored automatically and remain synchronized with Form view.
- When ready, publish the agent to make it available for testing and deployment.
Now it's time to test your agent and see how you can improve it.
- Navigate to the toolbar above the Studio Web designer.
- Select the arrow next to the debugging environment, then select Debug configuration.
- In the Debug configuration window, confirm the resources used in the solution and the sample input.
- Select Save and Run.
- Use the test output to refine the agent design.
Evaluating the agent
Next, go to the Evaluation sets and Evaluators panels to review and measure your agent.
- In the Evaluation sets panel, rename the default evaluation set and add test cases with expected outcomes.
- In the Evaluators panel, add evaluators to validate the agent output.
For details, refer to Evaluations and Configuring simulations in evaluations.
Calculating the Agent score [Preview]
Select Open health score from the right-side panel to calculate the agent score. Refer to Agent score to learn how it is calculated.
Using Autopilot to improve your agent [Preview]
Select Open Autopilot from the right-side panel to receive suggestions on improving prompts, tools, and other components. Such improvements support a higher Agent Score and make your agent ready for deployment.
Once you have tested, evaluated, and refined your agent, it's time to publish it. This step is necessary for the agent to be available in the Run Job activity.
- Select Publish to publish the
agent to Orchestrator as a process. Select where to publish:
- Orchestrator Personal Workspace Feed - The process is published to your personal workspace and is only be available to you. This is the default selection.
- Orchestrator Tenant Processes Feed - The process is published to the global tenant feed and is available to all users in eligible folders.
- Select a version. A version is generated automatically starting with 1.0.0 when you first publish, and then incremented automatically every time you republish.
- Optionally, you can select Submit as a template to make the agent available as a template in your organization, or Share, to share it with users in your organization.
Using agents as activities means you can incorporate them into workflows to handle parts of larger deterministic processes, have multiple agents act in series, and start agent execution based on triggers.
To incorporate your agent into a workflow, follow these steps:
- Publish your agent to Orchestrator.
- In Studio, use the Run Job activity to integrate your agent into a workflow.
-
Whenever you make changes to your agent, republish the updated agent to Orchestrator and upgrade the corresponding process in Orchestrator.
The Run Job activity always executes the version of the agent currently configured in Orchestrator. This ensures that your workflow consistently uses the most up-to-date version of your agent.
Refer to the System activities guide to learn how to configure and use the Run Job activity in your Studio workflows.
- Exploring the agent workspace
- Creating the agent
- Configuring the agent
- Build an agent using Form view (Default)
- Build an agent using Flow view (Preview)
- Testing the agent
- Evaluating the agent
- Calculating the Agent score [Preview]
- Using Autopilot to improve your agent [Preview]
- Publishing and deploying the agent
- Running the agent