agents
2.2510
false
- Getting started
- UiPath Agents in Studio Web
- UiPath Coded agents

Agents user guide
Last updated Apr 15, 2026
Agents configuration checklist
Follow the steps below to make sure Agents work as expected in Automation Suite:
- Make sure you meet all prerequisites before you start. For details, refer to Prerequisites.
- In Automation Ops, create or edit an AI Trust Layer policy and enable the Agents toggle on the Product Toggles tab, then deploy the policy to your tenant. For details, refer to Settings for AI Trust Layer policies.
- Configure at least one LLM connection in the AI Trust Layer. Agents requires an LLM to function — all AI-powered features are unavailable until an LLM is configured. For details, refer to Configuring LLMs for your product.
- Build an agent in Agent Builder. For details, refer to Getting started with UiPath Agents.
- Test the agent to verify it runs as expected. For details, refer to Testing the agent.
- Publish and deploy the agent to make it available for use. For details, refer to Publishing and deploying the agent.
LLM requirements
Agents features have different LLM requirements. The table below shows which external LLM subscriptions are compatible with each feature.
| Feature | OpenAI | Anthropic | Other open-source models | |
|---|---|---|---|---|
| Agent execution | ✅ | ✅ | ✅ | ✅ |
| Agent evaluations | ✅ | ✅ | ✅ | ✅ |
| Context Grounding | ✅ | ✅ | ✅ | Embeddings + Batch only 1 |
| Autopilot for Agent Builder | ❌ | ✅ | ✅ | ❌ |
| Simulations | ✅2 | ❌ | ❌ | ❌ |
1 When using self-hosted models, Context Grounding only supports Embeddings and Batch Transform. DeepRAG and Advanced Extraction require a cloud model (OpenAI, Google, or Anthropic). 2 Simulations require the GPT 4.1 mini model.
For more details, refer to Large Language Model Support and Configuring LLMs.