UiPath Documentation
uipath-cli
latest
false
Importante :
Este conteúdo foi traduzido com auxílio de tradução automática. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Guia do usuário da UiPath CLI

Última atualização 20 de mai de 2026

Operate with UiPath for Coding Agents

A coding agent with UiPath skills installed can drive most operational tasks across UiPath — folders, jobs, queues, assets, audit logs, connections, and more — through natural-language asks. It runs uip against your logged-in session, scoped by the context you give it. This page covers what to ask for, what to expect, and where the boundaries are.

For setup (installing the agent, logging in, installing skills), see Using UiPath CLI with Coding Agents.

Pré-requisitos

  1. UiPath skills installed for your agent. See Using UiPath CLI with Coding Agents for the install command per agent.
  2. A logged-in session (uip login).
  3. Folder access for whichever Operate scope you want to act on — the agent inherits your permissions.

What the agent can do

Each row groups one Operate sub-domain. The agent picks the right uip or, uip resource, uip solution, or uip is commands from the installed skills — you state the outcome, not the command.

AreaWhat the agent can doExample ask
Folders & accessList, create, nest, move, delete folders; assign users and roles"Add alice@x.com to Finance as Automation User"
Users, roles, permissionsInspect role grants, create/edit/delete roles, list permissions, see who has access to what"Which folders does bob@x.com have access to, and with what roles?"
LicençasInspect allocations across users and robots, reassign, reclaim unused"Reclaim Studio licenses from users who haven't logged in for 90 days"
Machines & runtimesList machines, inspect runtimes available in a folder"What runtimes are currently available in Production?"
SessõesList active robot sessions, see which machine each is on, disconnect stuck sessions"Show all running unattended sessions in Production and how long they've been active"
Processes & packagesUpload packages, list versions, create or update process releases; manage package feeds"Publish version 2.3.0 of InvoiceBot to Finance"
SoluçõesPublish, upload, deploy, activate; list deployed versions across tenants and folders"Deploy v1.4 of the invoice processing solution to Accounting in the staging tenant"
TrabalhosStart, stop, monitor, fetch execution logs and attachments, group by state"List every faulted job from yesterday in Production and show their error messages"
AtivosList, get, create, update, delete assets across folders"Copy all assets from folder A to folder B"
Armazenamentos de CredenciaisList, create, update, delete vault integrations; rotate referenced credentials"Which assets in Production still reference the old CyberArk store?"
Queues & queue itemsInspect queue depth, push items, bulk-update statuses"Which queues have more than 100 NewItems right now?"
Storage buckets & filesCreate buckets, upload, download, list, delete files"Download every file from bucket reports/ modified in the last 7 days"
BibliotecasPublish, list versions, manage releases"Show all versions of the Email.Utilities library in the tenant feed"
GatilhosCreate time, queue, and event triggers; manage calendars; list runs; inspect history"Show me the last 10 runs of triggers for the HR onboarding solution"
WebhooksCreate, list, test"List all active webhooks and the events they listen to"
Conexões do Integration ServiceList, test, refresh, troubleshoot OAuth tokens; check connection health"Test every Salesforce connection in Production and report which ones are failing"
Logs de AuditoriaFilter by user, component, action, date range"Who deleted the Finance folder last month?"

Read vs. write

The agent treats Operate operations in two tiers:

  • Read operationslist, get, logs, audit-logs and similar. The agent runs these on its own judgement.
  • Write operations — anything that creates, updates, or deletes. The agent should confirm with you before running.

State your expectation up front when an ask is complex. For instance: "Clean up unused process packages, but show me the list first."

Authorization and scope

The agent acts as the logged-in uip session — it inherits your permissions exactly. If you can do something in the UiPath UI with your account, the agent can do it; if you cannot, neither can the agent.

The agent also honors folder context. Operations scope to a specific folder unless you say "across all folders" or similar. If you change folders mid-conversation, restate the scope.

For service-identity work (CI/CD, scheduled audits), have the agent run against an External App session — see Flow 2 in Authentication.

Common multi-step patterns

These are the patterns where coding agents save the most time — multi-step asks that would otherwise mean chaining several CLI invocations by hand.

Triage faulted jobs

"Triage every faulted job in Production from the last 24 hours. Group by error message and show the top 5 root causes."

The agent lists jobs filtered by state and time, fetches logs for each, groups by error signature, and presents a ranked summary. You then decide which to retry.

Promote between tenants

"Promote the invoice processing solution from the dev tenant to the staging tenant. Deploy it under the Accounting folder."

The agent pulls the solution from the dev tenant, switches session to the staging tenant, and deploys it into the Accounting folder. It confirms each tenant switch before acting.

Assign a user to folder

"Assign charlie@x.com as Automation User to the Accounting folder, and also assign the VM Machine."

The agent assigns the user to the folder with the Automation User role, then assigns the VM Machine to the same folder so the user can run unattended jobs against it.

Audit role grants

"Audit all roles assigned to external users (anyone with an @ outside our domain) and report which folders they can edit."

The agent lists users, filters by domain, expands each user's role grants per folder, and surfaces a structured report.

Veja também

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades