# UiPath UiPath CLI Documentation > Complete documentation for UiPath UiPath CLI This file contains links to documentation sections following the llmstxt.org standard. ## Table of Contents - [Index](https://docs.uipath.com/uipath-cli/uipath-cli/index.md): UiPath CLI (`uip`) lets developers, RPA engineers, and DevOps teams build, manage, operate, and deploy UiPath automations from a terminal or a CI/C... - [Overview](https://docs.uipath.com/uipath-cli/standalone/latest/release-notes/overview.md): Change log for `@uipath/cli` and the bundled tools. Entries are grouped by release; tool updates that ship alongside the CLI are listed under that ... - [Public preview](https://docs.uipath.com/uipath-cli/standalone/latest/release-notes/public-preview.md): **Release date: May 7, 2026** - [About UiPath CLI](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/about-uipath-cli.md): :::note - [Authentication](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/authentication.md): UiPath CLI supports three authentication flows that map to the three common use cases: a developer on a laptop, a CI/CD pipeline calling Orchestrat... - [Operate with UiPath for Coding Agents](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/coding-agents-operate.md): A coding agent with UiPath skills installed can drive most operational tasks across UiPath — folders, jobs, queues, assets, audit logs, connections... - [Using UiPath CLI with Coding Agents](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/coding-agents.md): AI coding agents — Claude Code, Cursor, GitHub Copilot, Gemini CLI, Codex, OpenCode — can build and operate UiPath automations using `uip` the same... - [Reference overview](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/command-reference.md): The reference documents every `uip` command, flag, and exit code. Use it as a lookup when you know what you want to do and need the exact syntax. F... - [How UiPath CLI is organized](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/concepts-cli-architecture.md): UiPath CLI is assembled from a small host plus a set of tools and a few cross-cutting services. Understanding how the pieces fit together makes the... - [Concepts overview](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/concepts-overview.md): The Concepts section explains how UiPath CLI is organized and the four mental models you need before building automations on top of it. Read these ... - [Sessions and credentials](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/concepts-sessions.md): A `uip` session is the state that binds a command to a specific UiPath organization and tenant, and that lets the CLI present a valid access token ... - [Skills](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/concepts-skills.md): Skills are instruction packages that teach AI coding agents how to build UiPath automations with `uip`. They are **not tools**. Tools extend the CL... - [Tools (plugins)](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/concepts-tools.md): UiPath CLI is a small host wrapped around a set of installable **tools**. Each tool is an ordinary npm package that registers one top-level command... - [Configuration](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/configuration.md): UiPath CLI is configured through **environment variables** and per-command **flags**. There is no general-purpose configuration file: set environme... - [Exit codes](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/exit-codes.md): Every `uip` invocation ends with a numeric exit code. Scripts and CI pipelines branch on these codes to distinguish success, a transient error wort... - [Your first pipeline](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/first-pipeline.md): This page shows how to take a UiPath Solution on disk and ship it to Orchestrator end-to-end: **pack** it locally, **publish** it to your tenant's ... - [Global options](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/global-options.md): Four options are recognized on every `uip` invocation, regardless of tool or subcommand. They control the output format, the output filter, and the... - [How-to: deploy a UiPath Agent](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/howto-deploy-agent.md): This page walks through the full lifecycle of a **low-code UiPath Agent** from the CLI: scaffold it on disk, validate, pack, publish, and deploy it... - [How-to: deploy to Orchestrator from CI](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/howto-deploy-from-ci.md): This page covers what every CI pipeline deploying a UiPath Solution needs, regardless of whether you run on Azure DevOps, GitHub Actions, Jenkins, ... - [How-to: manage Orchestrator resources](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/howto-manage-resources.md): The [`uip resource`](./uip-resource.md) tool is the general-purpose CRUD surface over Orchestrator's runtime resources: **assets, buckets (and file... - [How-to guides overview](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/howto-overview.md): How-to guides are **task-oriented walkthroughs**: you have a specific outcome in mind, the page shows the exact commands to get there. Unlike [Conc... - [How-to: pack and publish a Solution](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/howto-pack-publish-solution.md): This page picks up where [Your first pipeline](./first-pipeline.md) stops. It assumes you already have the three-command flow working on a single t... - [How-to: run tests from the CLI](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/howto-run-tests.md): This page shows how to run a UiPath **Test Manager** test set from the CLI as part of a CI pipeline — and, just as importantly, how to read the ver... - [Installing UiPath CLI](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/installing-uipath-cli.md): UiPath CLI is distributed on npm as `@uipath/cli` and installs the `uip` command globally. It runs on any platform supported by Node.js 18 or later... - [Managing tools and skills](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/managing-tools-and-skills.md): Tools and skills are the two extension systems that sit beside the core `uip` host. **Tools** add commands that talk to UiPath services; **skills**... - [Migration: breaking changes](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/migration-breaking-changes.md): Semantic changes that break pipelines in ways that a flag-for-flag port would not catch. Read this page before you port; the [Command map](./migrat... - [Migration: command map](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/migration-command-map.md): Every legacy `uipcli` verb with its `uip` equivalent. Legacy entries reflect the public `uipcli` surface documented for `2025.10` and earlier; the ... - [Migration: flag renames](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/migration-flag-renames.md): This page maps individual `uipcli` flags to their `uip` counterparts. Use it alongside the [Command map](./migration-command-map.md) — the Command ... - [Migration from the .NET CLI](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/migration-from-dotnet-cli.md): UiPath CLI 1.x (`uip`, distributed on npm as `@uipath/cli`) replaces the legacy .NET CLI (`uipcli.exe`, distributed as `UiPath.CLI` through calenda... - [Migration overview](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/migration-overview.md): The Migration section is for teams moving from the legacy **`.NET CLI` (`uipcli.exe` / `dotnet uipcli.dll`, calendar-versioned `2025.10` and earlie... - [Migration: pipeline examples](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/migration-pipelines.md): Before/after pipeline snippets for the four common CI platforms. Each example is the **auth + pack + deploy** core — the shortest portable shape. F... - [Output formats](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/output-formats.md): Every `uip` command emits a single structured envelope on stdout. The envelope has the same schema whether you are reading it in a terminal, feedin... - [First commands (quickstart)](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/quickstart.md): This quickstart walks through five commands that take you from a fresh install to a job running in Orchestrator. Allow five minutes. - [CI/CD recipe: Azure Pipelines](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/recipes-azure-devops.md): This page gives you a complete `azure-pipelines.yml` that **installs the CLI, authenticates with an External Application, packs and publishes a UiP... - [CI/CD recipe: GitHub Actions](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/recipes-github-actions.md): This page gives you a complete `.github/workflows/deploy.yml` that **installs the CLI, authenticates with an External Application, packs and publis... - [CI/CD recipe: GitLab CI](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/recipes-gitlab.md): This page gives you a complete `.gitlab-ci.yml` that **installs the CLI, authenticates with an External Application, packs and publishes a UiPath S... - [CI/CD recipe: Jenkins](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/recipes-jenkins.md): This page gives you a complete **declarative `Jenkinsfile`** that installs the CLI, authenticates with an External Application, packs and publishes... - [Scripting patterns](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/scripting-patterns.md): This page collects the patterns that make `uip` easy to script against — in shell, PowerShell, and CI pipelines. Nothing here is specific to a sing... - [Troubleshoot with UiPath for Coding Agents](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/troubleshoot-with-uipath-for-coding-agents.md): Coding Agents for Troubleshooting brings conversational diagnostics to the UiPath platform. Describe a failure in plain English from any terminal o... - [Troubleshooting](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/troubleshooting.md): Common errors, their causes, and how to fix them. Each section lists the error message or symptom first, then what it means and what to do. - [uip agent config](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-agent-config.md): `uip agent config` reads and updates individual keys in an agent project's `agent.json`. It is a convenience for automation and scripts: everything... - [uip agent context](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-agent-context-manage.md): `uip agent context` manages **context resources** on an agent project — the RAG (retrieval-augmented generation) index bindings that the agent cons... - [uip agent deploy](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-agent-deploy.md): `uip agent deploy` installs and activates a previously published agent package version into an Orchestrator folder. It drives the full Solutions de... - [uip agent escalation](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-agent-escalation-manage.md): `uip agent escalation` manages **escalation resources** on an agent project — the human-in-the-loop (HITL) hooks the agent can raise at runtime to ... - [uip agent eval](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-agent-eval.md): `uip agent eval` is the evaluation command group. It manages evaluators, evaluation sets, and test cases on disk, and executes evaluation runs agai... - [uip agent file](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-agent-file.md): `uip agent file` operates on the individual files inside a Studio Web project — the granular cousin of `uip agent pull` / `push`, which move whole ... - [uip agent init](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-agent-init.md): `uip agent init` scaffolds a new low-code agent project on disk. It creates only the agent project files — it does not create or link a solution. U... - [uip agent input / output](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-agent-io-manage.md): The agent tool manages an agent project's I/O schema through two sibling command groups, `uip agent input` and `uip agent output`. Both write direc... - [uip agent list / share](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-agent-list-share.md): `uip agent list` and `uip agent share` both operate on Studio Web **solutions** — the cloud-side representation of an agent project. `list` enumera... - [uip agent pack](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-agent-pack.md): `uip agent pack` bundles a local agent project into a `.uis` file. A `.uis` is a plain ZIP archive of the project tree; it is the transport format ... - [uip agent publish](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-agent-publish.md): `uip agent publish` packs an agent project and pushes the resulting package to Orchestrator as a new solution package version. The returned `Packag... - [uip agent push / pull](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-agent-push-pull.md): `uip agent push` and `uip agent pull` are the two halves of the Studio Web round-trip. They share the same transport format (`.uis`, a ZIP archive ... - [uip agent run](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-agent-run.md): `uip agent run` starts and monitors agent jobs on Orchestrator. Internally, each subcommand calls the standard Orchestrator Jobs / Releases OData e... - [uip agent tool](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-agent-tool-manage.md): `uip agent tool` manages **tool resources** on an agent project. Tools are the agent's call-outs to external behaviour: Integration Service connect... - [uip agent validate](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-agent-validate.md): `uip agent validate` runs a local static-analysis pass over an agent project and then executes the schema-migration pipeline. It is the command you... - [uip agent](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-agent.md): `uip agent` is the Agent tool: it scaffolds, configures, validates, packages, and operates **low-code agents** — the `agent.json`-driven projects a... - [uip api-workflow build](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-api-workflow-build.md): `uip api-workflow build` compiles an API Workflow project without packaging it. Use it as a fast type/syntax gate in CI or inner-loop iteration; re... - [uip api-workflow pack](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-api-workflow-pack.md): `uip api-workflow pack` builds an API Workflow project and packages it into a `.nupkg` ready to publish. Code signing is optional — pass a `.pfx` c... - [uip api-workflow run](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-api-workflow-run.md): `uip api-workflow run` executes an API Workflow JSON file locally using the bundled Serverless Workflow executor. Input arguments are passed as JSO... - [uip api-workflow](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-api-workflow.md): `uip api-workflow` runs UiPath API Workflows locally and packages them for publication. API Workflows are the Serverless Workflow-based execution m... - [uip codedagent](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-codedagent.md): `uip codedagent` is a thin bridge to the Python-based [UiPath Coded Agents](https://docs.uipath.com/) workflow. It detects a suitable Python interp... - [uip codedapp deploy](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-codedapp-deploy.md): `uip codedapp deploy` deploys or upgrades a published app in UiPath. It targets the latest published version by default; pass `--version` to pin a ... - [uip codedapp pack](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-codedapp-pack.md): `uip codedapp pack` packages a built coded app into a `.nupkg` archive ready for publication. It reads the `` directory, applies the supplied... - [uip codedapp publish](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-codedapp-publish.md): `uip codedapp publish` uploads a packaged `.nupkg` to UiPath and registers the coded app. It reads packages from `--uipath-dir` (default `./.uipath... - [uip codedapp pull](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-codedapp-pull.md): `uip codedapp pull` downloads project files from a Studio Web project to local disk. Use it to bootstrap local editing of a coded app that was auth... - [uip codedapp push](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-codedapp-push.md): `uip codedapp push` uploads local source to a Studio Web project. It uploads the contents of `--build-dir` (default `dist`) after an optional resou... - [uip codedapp](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-codedapp.md): `uip codedapp` builds, packs, publishes, deploys, and manages UiPath Coded Web Applications — HTML/JavaScript apps authored in Studio Web and hoste... - [uip completion](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-completion.md): `uip completion` installs, prints, or removes shell tab completion for `uip`. It supports **bash**, **zsh**, **fish**, and **pwsh** (PowerShell). I... - [uip (core commands)](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-core.md): The **core** command surface is everything the host (`@uipath/cli`) ships with — no tool installation needed. These commands manage authentication,... - [uip df entities](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-df-entities.md): `uip df entities` browses and mutates Data Fabric entity schemas. An entity is a typed data model — a row shape with named fields and types. The ve... - [uip df files](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-df-files.md): `uip df files` manages blob attachments stored on a record's file field. All three verbs take the same three positional arguments — entity ID, reco... - [uip df records](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-df-records.md): `uip df records` manages the rows held by a Data Fabric entity. Verbs cover read (`list`, `get`, `query`), write (`insert`, `update`, `import`, `de... - [uip df](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-df.md): `uip df` is the Data Fabric tool: it manages the entity store that backs many UiPath products. The tool lets you browse and mutate entity schemas, ... - [uip docsai](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-docsai.md): `uip docsai` asks natural-language questions against UiPath's documentation, returning an AI-generated answer with source URLs and suggested follow... - [uip flow debug](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-flow-debug.md): `uip flow debug` uploads a local Flow project to **Studio Web** and runs a server-side debug session, streaming per-element status updates back to ... - [uip flow incidents](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-flow-incidents.md): `uip flow incident` reads incidents — unhandled errors raised during Flow process execution — either as tenant-wide summaries or as a single record... - [uip flow init](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-flow-init.md): `uip flow init` scaffolds a new Flow project directory with a minimal manifest and a starter `.flow` file containing a single manual-trigger node. - [uip flow instances](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-flow-instances.md): `uip flow instance` inspects and steers individual **process instances** — one execution of a published Flow process. The command name is singular ... - [uip flow job](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-flow-job.md): `uip flow job` inspects an individual **Flow job** — one execution attempt of a process instance — by streaming its traces or fetching its detailed... - [uip flow node and uip flow edge](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-flow-node-edge.md): A Flow is a graph. **Nodes** are the vertices (triggers, activities, connectors, agents); **edges** are the directed connections between them. The ... - [uip flow pack](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-flow-pack.md): `uip flow pack` packages a Flow project directory into a `.nupkg` file ready to publish to Orchestrator. - [uip flow process and uip flow processes](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-flow-process.md): Once a Flow package is published to Orchestrator it becomes a **process**. This page covers two related command groups: - [uip flow registry](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-flow-registry.md): `uip flow registry` browses the **Flow node registry** — the catalog of building blocks usable inside a `.flow` file. The registry contains OOTB ac... - [uip flow validate](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-flow-validate.md): `uip flow validate` validates a `.flow` file against the Flow schema with structural cross-field checks. An optional `--governance` pass additional... - [uip flow](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-flow.md): `uip flow` authors, packs, debugs, and operates **UiPath Flow** projects — graph-shaped workflows made of **nodes** (activities, triggers, connecto... - [uip insights jobs](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-insights-jobs.md): `uip insights jobs` exposes the preset Insights dashboards as CLI commands. Every subcommand posts to a dedicated Insights endpoint and returns the... - [uip insights](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-insights.md): `uip insights` queries **UiPath Insights** — the analytics layer over job execution data. The tool exposes the preset Insights dashboards as comman... - [uip is activities](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-is-activities.md): `uip is activities` lists the operations a connector exposes. Activities are the named actions (`CreateTicket`, `ListAllRecords`, etc.) that an aut... - [uip is connections](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-is-connections.md): `uip is connections` manages the tenant's OAuth sessions against connectors. A connection is the authenticated link between a UiPath tenant folder ... - [uip is connectors](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-is-connectors.md): `uip is connectors` browses the Integration Service connector catalog — every integration the tenant can authenticate against (Salesforce, Slack, Z... - [uip is resources](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-is-resources.md): `uip is resources` works with the runtime objects a connector addresses — tickets, contacts, records, files. `list` enumerates the connector's obje... - [uip is triggers](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-is-triggers.md): `uip is triggers` is the read-only view onto a connector's event hooks — the metadata that backs trigger activities. A trigger fires when a connect... - [uip is](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-is.md): `uip is` is the Integration Service tool: it manages the connector platform that brokers OAuth connections to external SaaS and runs CRUD activitie... - [uip login status](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-login-status.md): `uip login status` reports the current authentication state: whether you are logged in, which organization and tenant are selected, and when the ac... - [uip login](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-login.md): `uip login` authenticates the CLI against UiPath Cloud and persists the resulting session inside a local `.uipath/` folder. On success, the CLI has... - [uip logout](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-logout.md): `uip logout` removes the credentials written by [`uip login`](./uip-login.md). The command clears the stored session; subsequent `uip` calls that n... - [uip maestro debug](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-maestro-debug.md): `uip maestro debug` uploads a local Maestro project to **Studio Web** and runs a server-side debug session, streaming per-element status updates ba... - [uip maestro incidents](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-maestro-incidents.md): `uip maestro incident` reads incidents — unhandled errors raised during Maestro process execution — either as tenant-wide summaries or as a single ... - [uip maestro init](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-maestro-init.md): `uip maestro init` scaffolds a new Maestro project directory with a valid BPMN 2.0 starter and the metadata files Orchestrator expects for process-... - [uip maestro instances](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-maestro-instances.md): `uip maestro instance` inspects and steers individual **process instances** — one execution of a published Maestro process. The command name is sin... - [uip maestro job](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-maestro-job.md): `uip maestro job` inspects an individual **Maestro job** — one execution attempt of a process instance — by streaming its traces or fetching its de... - [uip maestro pack](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-maestro-pack.md): `uip maestro pack` packages a Maestro project directory into a `.nupkg` ready to publish to Orchestrator as a Process Orchestration release. - [uip maestro process and uip maestro processes](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-maestro-process.md): Once a Maestro package is published to Orchestrator it becomes a **process** of type `ProcessOrchestration`. This page covers two related command g... - [uip maestro bpmn registry](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-maestro-registry.md): `uip maestro bpmn registry` browses and searches the **Maestro BPMN registry** — a catalog of the BPMN extension types, Integration Service connect... - [uip maestro](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-maestro.md): `uip maestro` authors, packs, debugs, and operates **UiPath Maestro** projects — BPMN 2.0 business-process orchestrations with long-running, human-... - [uip mcp](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-mcp.md): `uip mcp` exposes the CLI as a [Model Context Protocol](https://modelcontextprotocol.io/) server, letting MCP-aware clients (Claude Desktop, Cursor... - [uip or attachments](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-orchestrator-attachments.md): `uip or attachments` manages job attachments — files attached to jobs as input or output (screenshots, reports, data files). Attachments are tenant... - [uip or audit-logs](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-orchestrator-audit-logs.md): `uip or audit-logs` lists the tenant's **audit log** — the record of who did what and when. Audit entries track changes to users, processes, assets... - [uip or calendars](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-orchestrator-calendars.md): `uip or calendars` manages **calendars** — the tenant-scoped lists of excluded dates (also called "Non-Working Days") that time triggers consult to... - [uip or credential-stores](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-orchestrator-credential-stores.md): `uip or credential-stores` inspects the **credential stores** configured for the tenant — the secure backends that hold credentials referenced by u... - [uip or feeds](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-orchestrator-feeds.md): `uip or feeds` lists the package feeds (NuGet-style repositories) that the current user can access. Feed IDs are used with `packages` verbs (for ex... - [uip or folders](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-orchestrator-folders.md): `uip or folders` manages Orchestrator folders — the hierarchical containers that scope processes, jobs, assets, queues, and user permissions. Verbs... - [uip or jobs](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-orchestrator-jobs.md): `uip or jobs` manages process executions: start jobs from processes, stop and restart them, resume suspended jobs, and inspect logs, traces, healin... - [uip or licenses](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-orchestrator-licenses.md): `uip or licenses` inspects and manages Orchestrator license allocation. List runtime and named-user license assignments, toggle machine licensing o... - [uip or machines](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-orchestrator-machines.md): `uip or machines` manages machine templates — robot host definitions that describe where robots execute and how many license slots of each type are... - [uip or packages](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-orchestrator-packages.md): `uip or packages` manages the automation packages (`.nupkg` artifacts) uploaded to an Orchestrator feed. Packages are tenant-scoped — no folder con... - [uip or processes](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-orchestrator-processes.md): `uip or processes` manages the runnable bindings of packages to folders — what Orchestrator internally calls Releases. A process is what `uip or jo... - [uip or roles](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-orchestrator-roles.md): `uip or roles` manages Orchestrator roles and permissions (RBAC). Roles bundle permissions and are assigned to users at either the tenant (globally... - [uip or sessions](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-orchestrator-sessions.md): `uip or sessions` views and manages Orchestrator sessions — live host connections between robots (attended and unattended) and Orchestrator. Use it... - [uip or settings](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-orchestrator-settings.md): `uip or settings` reads and writes tenant-level Orchestrator settings. Settings are key-value pairs organized by dotted prefix (`Abp.Timing.*`, `Al... - [uip or users](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-orchestrator-users.md): `uip or users` manages Orchestrator users at the tenant level — listing, creating, editing, and deleting users, plus assigning them to folders and ... - [uip or](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-orchestrator.md): `uip or` is the Orchestrator tool: it manages jobs, folders, processes, packages, machines, users, roles, licenses, feeds, and attachments on a UiP... - [uip platform groups](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-platform-groups.md): `uip platform groups` manages group-based license-allocation rules. A rule attaches a set of user bundles (and optional per-bundle quotas) to a dir... - [uip platform licenses](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-platform-licenses.md): `uip platform licenses` is the organization-level consumables reporter. It answers three questions: how is each consumable allocated and consumed a... - [uip platform tenants](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-platform-tenants.md): `uip platform tenants` reads and updates per-tenant license allocations. `licenses get` returns the active product allocation for a tenant (allocat... - [uip platform users](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-platform-users.md): `uip platform users` manages per-user license-bundle allocation through the License Accountant. Allocate bundles directly to a directory user, list... - [uip platform](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-platform.md): `uip platform` is the Platform tool: it manages organization- and tenant-level license resources — tenant runtime/consumable allocations, per-user ... - [uip resource assets](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-resource-assets.md): Manage Orchestrator **assets** — named configuration values used by automations at runtime (Text, Bool, Integer, Credential, Secret). Most operatio... - [uip resource bucket-files](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-resource-bucket-files.md): Manage **files inside buckets**: list, inspect, upload, download, delete, and fetch pre-signed URLs. Every subcommand takes `` as its f... - [uip resource buckets](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-resource-buckets.md): Manage Orchestrator **buckets** — storage containers for files used by automations. Bucket operations are folder-scoped. For per-file operations in... - [uip resource libraries](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-resource-libraries.md): Manage Orchestrator **libraries** — reusable `.nupkg` packages containing shared activities and logic. Libraries are **tenant-scoped**; no `--folde... - [uip resource queue-items](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-resource-queue-items.md): Manage **queue items** — individual work transactions inside queues. Items flow through states: `New → InProgress → Successful` / `Failed` / `Aband... - [uip resource queues](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-resource-queues.md): Manage Orchestrator **queues** — containers for work items that automations process transactionally. Queues are folder-scoped. For per-item operati... - [uip resource triggers](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-resource-triggers.md): Manage Orchestrator **triggers**: time (schedule), queue, and API. Time and queue triggers are folder-scoped; API triggers are tenant-scoped. Every... - [uip resource webhooks](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-resource-webhooks.md): Manage Orchestrator **webhooks** — HTTP callbacks fired on platform events (job completion, queue-item failure, and so on). Webhooks are tenant-sco... - [uip resource](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-resource.md): `uip resource` manages the Orchestrator resources that automations depend on at runtime — assets, buckets and bucket files, libraries, queues and q... - [uip rpa add-test-data-entity](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-rpa-add-test-data-entity.md): `uip rpa add-test-data-entity` wires a UiPath Data Service entity into a test case as its data source. Studio adds an argument of the entity type t... - [uip rpa add-test-data-queue](https://docs.uipath.com/uipath-cli/standalone/latest/user-guide/uip-rpa-add-test-data-queue.md): `uip rpa add-test-data-queue` wires an Orchestrator Test Data Queue into a test case as its data source. Studio adds an `IDictionary