uipath-agents

Manage UiPath agent project lifecycles across coded Python and low-code agent.json modes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Provides a single, opinionated toolkit for creating, configuring, running, evaluating, and deploying both coded (Python) and low-code UiPath agents so developers and automation engineers avoid manual setup, inconsistent auth, and fragmented workflows.

Core Features & Use Cases

  • Project Detection & Quickstarts: Auto-detects coded vs low-code projects (pyproject.toml/.py vs agent.json) and directs the user to the appropriate quickstart.
  • Lifecycle Management: Covers setup, auth, scaffold, build, run, evaluate, sync, pack, publish, and deploy with explicit CLI guidance and safety rules.
  • Integration Patterns: Guides framework selection (LangGraph, LlamaIndex, OpenAI Agents), embedding inline agents in flows, resource bindings, and human-in-the-loop escalation patterns.

Quick Start

Use the uipath-agents skill to detect project type, run setup, and follow the recommended quickstart for coded or low-code agents.

Frequently Asked Questions about uipath-agents

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

FAQPage Schema
How do I manage UiPath agent lifecycle from setup to deployment?▼

The Skill auto-detects project modes using markers like pyproject.toml for coded Python agents or agent.json for low-code workflows, directing you to the appropriate quickstart for lifecycle management.

Does UiPath agent management work with LangGraph and LlamaIndex frameworks?▼

It provides explicit CLI guidance for configuring these coded agents alongside resource bindings and human-in-the-loop escalation patterns.

What do I need to build and deploy coded vs low-code agents in UiPath?▼

Tenant-aware authentication with explicit tenant selection is also required to securely build and deploy your agents.

How do I authenticate UiPath agents across different tenants?▼

The Skill enforces safety rules for CLI authentication to prevent inconsistent auth setups across your automation projects.

Can I embed inline agents in UiPath flows with human-in-the-loop escalation?▼

The Skill guides integration patterns to seamlessly connect your LangGraph or LlamaIndex agents within existing workflows.

Why does my UiPath agent deployment require explicit tenant selection?▼

This constraint guarantees that your coded or low-code agents are published and deployed to the correct tenant context.