uipath-connector-builder

Scaffold and manage UiPath Integration Service connectors for REST APIs.

1|Updated Jul 24, 2026
One-click install
npx skills add https://github.com/viinearaujo/UiPathEngineeringMCP --skill uipath-connector-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uipath-connector-builder
Source: https://github.com/viinearaujo/UiPathEngineeringMCP/tree/main/.agents/skills/uipath-connector-builder
Command: npx skills add https://github.com/viinearaujo/UiPathEngineeringMCP --skill uipath-connector-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines the complex process of authoring, validating, and publishing custom Integration Service connectors for UiPath, ensuring they meet platform standards for REST API integration.

Core Features & Use Cases

  • Connector Scaffolding: Rapidly initialize connector shells with standardized authentication and configuration.
  • Activity Authoring: Define CRUD operations, field schemas, and request/response hooks for vendor APIs.
  • Lifecycle Management: Validate, import, and publish connectors to UiPath tenants with built-in error checking and version control.
  • Use Case: A developer needs to create a custom connector for a proprietary CRM API; this skill guides them through setting up OAuth2, defining account-fetching activities, and validating the connector before deployment to Studio Web.

Quick Start

Use the uipath-connector-builder skill to initialize a new connector named Acme CRM with OAuth2 authentication and a base URL of https://api.acme.com.

Frequently Asked Questions about uipath-connector-builder

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

FAQPage Schema
How do I create a custom UiPath connector for a REST API?

To create a custom UiPath connector, scaffold a REST-based API integration on disk, configure authentication flows like OAuth2, define activity schemas, and validate against platform rules before tenant import.

What is UiPath Integration Service connector authoring?

UiPath Integration Service connector authoring is the process of scaffolding REST API integrations, configuring authentication, defining CRUD activity schemas, and publishing validated connectors to UiPath tenants for Studio Web.

Can I configure OAuth2 authentication for a custom UiPath connector?

Yes, you can configure OAuth2 authentication for custom UiPath connectors. The skill scaffolds the connector shell with standardized authentication flows and base URL configuration for proprietary vendor APIs.

How do I validate and publish a connector to a UiPath tenant?

You validate and publish a connector by checking activity schemas and configuration against platform validation rules, then importing the finalized connector project to your UiPath tenant for publication.

What's the best way to manage the lifecycle of a UiPath Integration Service connector?

The best way to manage a connector lifecycle is using built-in error checking and version control from initial project setup through scaffolding, activity authoring, validation, and final tenant import and publication.

Does UiPath connector authoring support event triggers and CRUD operations?

Yes, UiPath connector authoring supports defining CRUD operations, field schemas, request and response hooks, and event triggers while ensuring compliance with platform validation rules for vendor APIs.