What problem does it solve? Working with UiPath Cloud APIs by hand means juggling OAuth tokens, folder headers, OData filters, and pagination envelopes. This Skill routes every UiPath platform task through the uip CLI so authentication, Orchestrator resources, Integration Service connections, Data Fabric entities, and LLM Gateway configurations are handled with the correct commands and validation rules. ## Core Features & Use Cases - Orchestrator operations: Manage folders, assets, queues, storage buckets, libraries, webhooks, triggers, processes, jobs, machines, users, roles, sessions, and calendars through uip or commands. - Data Fabric management: Create entity schemas, insert and query records with filters and aggregates, manage choice sets, attach files to records, and bulk-import CSV data via uip df. - Integration Service and LLM Gateway: Discover connectors and connections, execute resource operations with CEQL filters, register BYO LLM keys against UiPath products, and diagnose failing configurations with traces. - Use Case: A user asks to create a Data Fabric entity from a CSV, bulk-load the records, then start an Orchestrator job that consumes them. The Skill checks login status, confirms inferred field types, runs uip df records import, and starts the job with the correct folder scope. ## Quick Start Ask the assistant to list your UiPath Orchestrator folders or create an asset, and it will verify your uip CLI login status before running the appropriate command.