uipath-coded-apps

Automate packaging, publishing, and deployment of UiPath Coded Web Apps via the uip codedapp CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the end-to-end lifecycle of UiPath Coded Web Apps, enabling teams to build, package, publish, and deploy coded apps using the uip codedapp CLI with consistent workflows and guardrails.

Core Features & Use Cases

  • Full pipeline execution: build → pack → publish → deploy for UiPath Coded Web Apps
  • Safe collaboration: push/pull code to Studio Web, manage .nupkg packages, and register apps in UiPath Orchestrator
  • Reference-guided workflow: follows the File Sync, Pack, Publish, and Deploy guides to ensure repeatable deployments

Quick Start

Authenticate with UiPath, choose your workflow, and run the full pipeline from build to deploy.

Frequently Asked Questions about uipath-coded-apps

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

FAQPage Schema
How do I build and deploy UiPath coded apps end to end?

To deploy UiPath coded apps, you run the full pipeline: authenticate, build, pack into .nupkg, publish to Orchestrator, and deploy or upgrade using the uip codedapp CLI.

What is the best way to package and publish coded web apps to UiPath Orchestrator?

Packaging and publishing coded web apps involves building the project, packing it into a .nupkg file via the uip codedapp CLI, and then publishing that package directly to UiPath Orchestrator.

Can I sync coded app files between local development and Studio Web?

Yes, you can push and pull code to Studio Web using file sync workflows managed by the uip codedapp CLI to ensure consistent collaboration across local and cloud environments.

Do I need the uip codedapp CLI to automate the UiPath coded app lifecycle?

Yes, the uip codedapp CLI is required to codify the authentication, building, packing, publishing, and deploying steps for UiPath Coded Web Apps across local and Studio Web workflows.

How does the coded app deployment workflow handle upgrades in Orchestrator?

The deployment workflow handles upgrades by publishing the new .nupkg package to UiPath Orchestrator and then deploying or upgrading the existing app registration through the CLI.

When do I need to pack a coded web app into a .nupkg format?

You need to pack a coded web app into a .nupkg format when moving from local development or Studio Web to UiPath Orchestrator for publishing and deployment.