uipath-solution
UiPath Solution — uip solution lifecycle
Create, pack, publish, deploy, and manage UiPath Solution packages (.uipx) via the uip solution CLI surface. A Solution bundles multiple automation projects (processes, libraries, tests, agent projects, API workflows) into a single deployable unit.
Use the CLI. Don't roll your own REST for solution ops. Hand-rolling HTTP calls misses the
X-UIPATH-OrganizationUnitIdfolder header, OData filter shape, pagination envelope,pipelinesInstalldeploy semantics, retry behavior, and theResult/Code/Dataoutput contract. The CLI is the source of truth.
Platform support. Solutions runs on Automation Cloud and on self-hosted Automation Suite from
2.2510.0onward; not on Standalone Orchestrator. Available project types vary by AS version (Maestro self-hosted only from2.2510.2). Compat matrix + project-type-by-version table → Solution Overview — Platform availability.
When to Use This Skill
- User has a
.uipxsolution and wants to pack / publish / deploy / activate / upload - User wants to create a new solution (
uip solution init), add or remove projects, or refresh solution resources - User asks to set up a CI/CD pipeline that builds, publishes, and deploys a UiPath solution
- User mentions deploy configs, environment promotion, or activating a deployed solution
- A skill or main agent detected a
.uipxfile and redirected the user here