Connect your own UiPath Orchestrator (Automation Cloud or standalone) to see and manage your processes, jobs, queues, robots, and assets from Imperal -- list processes and start/stop jobs against them, manage transaction queues and their items, browse connected robots, and read/set shared assets. Uses your own UiPath External Application (OAuth2 client credentials) -- nothing is hosted or proxied by Imperal beyond the request itself. Note: this manages processes/jobs/queues/robots/assets only; Studio (the visual designer), Insights analytics, and Automation Hub/Action Center human-in-the-loop tasks are out of scope.
connect_uipathwriteConnect a UiPath Automation Cloud organization/tenant by saving your own External Application's client_id/client_secret plus the organization name, tenant name, and a default Orchestrator Folder id, after checking the credentials actually work. You'll need: an External Application (Automation Cloud > Admin > External Applications > create a Confidential Application) granted the OR.* scopes you want to use (e.g. OR.Jobs, OR.Queues, OR.Robots, OR.Assets).
list_connectionsreadList the connected UiPath Automation Cloud organizations/tenants.
disconnect_uipathwriteDisconnect one UiPath organization/tenant. Nothing in Automation Cloud is changed; the saved External Application credentials are deleted here.
list_processesreadList processes (Orchestrator Releases) available in a Folder.
get_processreadRead one process (Release) in full.
list_jobsreadList recent jobs (process runs) in a Folder, most recent first.
get_jobreadRead one job in full -- state, robot, timing, and any error info.
start_jobwriteStart a job: run a process (by its Release key) now, either on explicit robots or letting Orchestrator pick any available robot.
stop_jobwriteStop a running job: 'Kill' for immediate termination, or 'SoftStop' to let the current transaction finish first.
list_queuesreadList queue definitions configured in a Folder.
list_queue_itemsreadList transaction items in a queue, optionally filtered by status (New, InProgress, Successful, Failed, Abandoned, Retried).
add_queue_itemwriteAdd a new transaction item to a queue -- the payload a process will pick up and process.
set_queue_item_statuswriteManually set a queue item's outcome to 'Successful' or 'Failed'.
list_robotsreadList robots registered in a Folder -- their machine, status, and type.
list_assetsreadList assets (named configuration values/credentials/text) defined in a Folder.
get_assetreadRead one asset's value by name (credential assets never expose their secret).
set_asset_valuewriteUpdate an existing asset's value.
bulk_stop_jobswriteStop several jobs in one call, by explicit job ids. Continues past per-item failures and reports which ones succeeded/failed.
audit_folderreadBuild one aggregated health report for a Folder: every process with its currently running job count and last-24h success/failure counts.
list_foldersreadList Orchestrator Folders (organization units) in the connected tenant.
get_folderreadRead one Orchestrator Folder in full.
list_machinesreadList Machines (runtime hosts robots run on) registered in a Folder.
get_machinereadRead one Machine in full.
list_environmentsreadList Environments (legacy robot groupings) configured in a Folder.
list_librariesreadList Libraries (shared reusable automation components) published in a Folder.
get_libraryreadRead one Library in full.
list_schedulesreadList Process Schedules (Triggers) -- Orchestrator's own recurring job scheduler -- configured in a Folder.
get_schedulereadRead one Process Schedule (Trigger) in full.
set_schedule_enabledwriteEnable or disable a Process Schedule (Trigger) without deleting it.
run_schedulewriteRun a Process Schedule (Trigger) right now, regardless of its cron timing.
list_bucketsreadList Storage Buckets (Orchestrator's own file storage a process can read/write files from) configured in a Folder.
list_bucket_filesreadList files stored inside one Storage Bucket, optionally under a directory path.
get_bucket_file_read_urireadGet a signed, time-limited download URL for one file inside a Storage Bucket.
list_webhooksreadList Webhooks (Orchestrator's own event push subscriptions) configured on the connected tenant.
create_webhookwriteCreate a new Webhook subscription: Orchestrator will POST events to your URL as they happen (e.g. job.completed, job.faulted) instead of you having to poll.
delete_webhookwritePermanently remove a Webhook subscription. Cannot be undone.
list_usersreadList Users registered in the connected UiPath Automation Cloud organization.
list_audit_logsreadList Audit Log entries -- Orchestrator's own record of who did what and when -- for a Folder.
Install UiPath and let Webbee use it across your workflow.
Open in panel