Loading...
Loading...
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 Process Scribe. GET a process back by id or search, list its attached documents, and DOWNLOAD their file bytes (e.g. for dedup / related-idea lookups or retrieving a published PDD). Authenticates with the user's cloud bearer token and NEVER sends the admin `x-ah-openapi-auth` header. Routes by intent to `references/publish-process.md` (publish/create/upload) or `references/get-process.md` (get/read/fetch/list), over the shared auth + endpoint catalog in `references/api-endpoints.md`. Structured to extend to more Automation Hub Open API operations.
npx skill4agent add uipath/skills uipath-automationhubreferences/api-endpoints.mdUIPATH_CLI_AUTH_TOKENUIPATH_CLI_ENABLE_ENV_AUTH=trueUIPATH_CLI_ORGANIZATION_NAMEUIPATH_CLI_TENANT_NAME..._IDhttps://cloud.uipath.comuipUIPATH_ACCESS_TOKENUIPATH_URL{base}/{org}/{tenant}uipuip login~/.uipath/.authaccessTokenbaseUrlorganizationNametenantName$ACCESS_TOKEN$BASE_URL$ORG$TENANT{baseUrl}/{org}/{tenant}/automationhub_/api/v1/openapi{org}/{tenant}Authorization: Bearer <cloud access token>Content-Type: application/jsonx-ah-openapi-authx-ah-openapi-app-keyuip login~/.uipath/.authuip loginreferences/api-endpoints.md| The user wants to... | Follow |
|---|---|
| Publish / create / upload a process (+ its PDD/SDD documents) to AH | |
| Get / read / fetch / list a process (+ its documents) from AH | |
| Shared auth + endpoint catalog (base URL, headers, every endpoint, error codes) | |
| (future AH Open API operation — add a row here) <!-- uip-check-skip --> | add |
uipreferences/<operation>.mdUIPATH_CLI_AUTH_TOKEN