Set up models for UI agents
- 최종 업데이트2026/03/17
Large language models support the UI Agents and prompting capabilities.
LLMs are not simply chat engines—they are decision-making systems that interpret goals, reason over dynamic interfaces, and drive autonomous browser workflows. This shift from conversational intelligence to action-oriented reasoning is what enables resilient, adaptive, and maintainable web automation at scale for the UI Agents.
UI Agents offers two models to choose from. Consider the following
before using them.
- Automation Anywhere Narada is recommended and some setup is required. See, Set up Narada for UI Agents
- No additional manual steps are needed to use Amazon Nova Act . It runs in the existing Google Chrome application on the Bot Runner machine and operates on a unsigned Chrome profile.
Add service URLs to trusted list
Online service hosting uses dynamic IP addresses, therefore we recommend that you add
to the safe recipients or trusted list, the complete URL instead of an IP address
for the Automation Anywhere online services.
| URL | Port | Service |
|---|---|---|
| https://app.narada.ai/* | TCP 443 (HTTPS) | Automation Anywhere Narada |
| https://api.narada.ai/* | TCP 443 (HTTPS) | Automation Anywhere Narada |
| https://*.googleapis.com/* | TCP 443 (HTTPS) | Automation Anywhere Narada |
| https://nova-act.us-east-1.amazonaws.com/* | TCP 443 (HTTPS) | Amazon Nova Act |
| https://nova.amazon.com/* | TCP 443 (HTTPS) | Amazon Nova Act |