uipath-platform

Manage UiPath Orchestrator resources and solution lifecycle via uip CLI.

141|50|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/UiPath/skills --skill uipath-platform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uipath-platform
Source: https://github.com/UiPath/skills/tree/main/skills/uipath-platform
Command: npx skills add https://github.com/UiPath/skills --skill uipath-platform

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides a single, consistent guide and operational workflow for administering UiPath Cloud tenants and Orchestrator folders, managing resources (assets, queues, storage), and performing solution packaging, publishing, and deployment so teams avoid ad hoc, error-prone manual actions.

Core Features & Use Cases

  • Authentication & Tenant Management: Interactive and non-interactive uip login patterns, tenant selection, and reuse of stored access tokens for API fallback.
  • Orchestrator Resource Management: Create, list, edit, and delete folders, assets, queues, machines, users, packages, jobs, and triggers with folder-scoped guidance and pagination rules.
  • Solution Lifecycle & CI/CD: Pack, publish, deploy, and activate solutions; customize deploy configs; and integrate uip commands into CI/CD pipelines and GitHub Actions.
  • Integration Service & Test Manager: Step-by-step workflows for connector discovery, connection selection, trigger/resource describe/execute patterns, reference resolution, and Test Manager project/testset orchestration.

Quick Start

Authenticate with the uip CLI, set the target tenant and folder, then publish and deploy your solution package using the uip solution publish and uip solution deploy run commands.

Frequently Asked Questions about uipath-platform

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a UiPath solution using the uip CLI?

To deploy a UiPath solution using the uip CLI, authenticate your tenant, set the target folder, then execute the uip solution publish and uip solution deploy run commands. This automates packaging and deployment directly to Orchestrator.

Can I manage UiPath Orchestrator assets and queues from the command line?

Yes, you can manage UiPath Orchestrator assets and queues from the command line. The uip CLI supports folder-scoped creation, listing, editing, and deletion of resources alongside pagination and permission handling.

What is the best way to integrate UiPath deployment into a CI/CD pipeline?

The best way to integrate UiPath deployment into a CI/CD pipeline is using the uip CLI. You can pack, publish, deploy, and activate solutions by embedding uip commands into pipeline scripts and GitHub Actions workflows.

Does UiPath CLI support non-interactive authentication for automated workflows?

Yes, UiPath CLI supports non-interactive authentication for automated workflows. It provides non-interactive uip login patterns and reuses stored access tokens for REST API fallback during tenant and folder administration.

How do I trigger UiPath Integration Service connector workflows programmatically?

To trigger UiPath Integration Service connector workflows programmatically, use the uip CLI to perform connector discovery, connection selection, resource describe and execute patterns, and resolve references with JSON output.

Are there limitations when handling Orchestrator folder permissions with uip CLI?

When handling Orchestrator folder permissions with uip CLI, you must manage folder-scoped operations carefully. The CLI enforces pagination rules and permission handling requirements to ensure authenticated access to target resources.