TRIGGER for authoring UiPath Maestro Case plans as .case.ts with the reference-mode TypeScript builder SDK (@uipath/flow-sdk/case), compiling to caseplan.json, and running the uip maestro case check/compile/validate loop. Covers stages, tasks, rules, bindings, published-resource references, and brownfield…
TRIGGER for authoring or editing UiPath Maestro Flow sources as .flow.ts with the TypeScript builder SDK (@uipath/flow-sdk) and running the uip maestro flow check/compile/validate loop. Covers graph structure, expressions, nodes, bindings, connectors, brownfield edits, and emitted .flow validation. Case plans…
Author, validate, execute, and publish API Workflow JSON in Studio Web. Use CreateProjects for project creation, the Studio Web VFS for authoring, the embedded CLI for static validation and activity discovery, RunProject for approved execution, and the host publish bridge for publication.
Truncate the full description to 16000 characters max. Note if content was truncated. Studio Web feedback carries no attachments, so key file excerpts ride inline in the description — that is why the budget is larger here.
UiPath automation discovery — mines Slack/email/wikis/CRM/HRIS/ERP for repetitive work, SPOFs, and replicable models; produces a 4-tier prioritized opportunity report with UiPath implementation paths, then sizes build effort (complexity band → pack-hours → contingency). Use to discover automation opportunities, find…
Publish and read business processes in UiPath Automation Hub via the Open API, using the user's cloud login — no admin OpenAPI token needed. PUBLISH an approved process and its PDD/SDD documents (schema-driven payload, base64 file upload or link) to AH as the system of record — e.g. a process captured/approved by…
UiPath Coded Apps — scaffold, build, run, and deploy Coded Web Apps and Coded Action Apps: React/TypeScript apps that call UiPath Cloud APIs via the @uipath/uipath-typescript SDK and ship to Automation Cloud (push/pull to Studio Web, pack, publish, deploy, OAuth-PKCE). Also generates live analytics & governance…
UiPath Integration Service connector authoring (REST+JSON) on disk via uip is connectors builder. Triggers on element.json, element-metadata.json, standard-resources/.json, a periodic-uipath-/periodic-design- connector repo, or any request to build/edit an IS connector: init the connector shell, configure auth (19…
UiPath Coded Functions — deterministic Python units built via uip function (new/init/run/pack/publish); the functions map in uipath.json, entry-points.json, Pydantic Input/Output. Rule-based logic, data transforms, ERP/Integration Service connector calls — no LLM reasoning or agent loop. For LLM/agentic projects…
UiPath IXP (Document Understanding) via uip ixp — create projects (with autopilot taxonomy suggestion, an imported taxonomy file, or empty), upload/download/delete documents, author the taxonomy (field groups, fields, data types, per-field and overall extraction instructions), configure the extraction model and…
UiPath solution planner & designer. Always invoke for PDD / SDD files (pdd.md, -sdd.md). Authors a Solution Design Document (SDD) from a Process Design Document (PDD) — or from another process-knowledge source (Confluence page, SOP, BPMN model, meeting transcript) — then derives the multi-skill, multi-project task…
UiPath platform ops via the uip CLI — use for ANY task hitting UiPath Cloud / Orchestrator / Studio Web / Integration Service / Data Fabric / LLM Gateway. Load BEFORE writing code that calls a UiPath API. Covers auth, folders, assets, queues, storage buckets, libraries, webhooks, triggers, processes, jobs, machines…
UiPath Process Mining via uip pm — build and operate a process app end-to-end from a CSV / event log: templates, data mapping, upload, ingest, the dbt (Snowflake) transformation layer, publish, and query it (metrics, percentiles, RCA). Covers uipath.custom, the Cases.sql optional-column gotcha, Case-linked data-model…
How the review computes the letter grade for agent projects (low-code agent.json and coded main.py). Run this in Step 4.5, after agent validation (Step 2), the review CLI + judgment catalog (Step 2.5), and manual review (Step 3) — the grade is a function of those outputs, never a fresh judgment.
Judgment rules for coded agents (Python — main.py + framework config). Each rule requires the agent to read source and reason — what a regex/AST-emulation/file-walk cannot decide reliably. Same row schema as elsewhere — see ../rule-format.md.
Judgment rules for low-code agents (agent.json). Each rule requires the agent to read source and reason — what a regex/count/schema-walk cannot decide reliably. Same row schema as elsewhere — see ../rule-format.md.