- Getting Started
- Permissions
- Starting as
- Admin Console
- Workspace
- Explore
- Submit a new entry
- Dashboards
- My Tasks
- Notifications
- Email Notifications
- Resources
- Process Mining Integration
- Studio Integration
- Task Capture Integration
- Automation Hub - Automation Cloud Integration
- Automation Hub - Maestro integration
- Automation Hub - Task Mining Integration
- Automation Store
- Additional Resources
Automation Hub user guide
The following tables list features and their availability across delivery options.
User guide
| Feature | Automation Cloud | Automation Cloud Public Sector |
|---|---|---|
| Creating a Trial Tenant | ✅ | ❌ |
| Jira Integration | ✅ | ❌ |
| Using the Jira Integration | ✅ | ✅ |
| Automation Hub - Automation Cloud Integration | ✅ | ❌ |
| Process Mining Integration | ✅ | ❌ |
| Automation Hub - Maestro Integration | ✅ | ❌ |
| Adding New User Accounts | ✅ | ❌ |
API guide
The following table lists features that are not available across all cloud platforms.
| Feature | Automation Cloud | Automation Cloud Public Sector |
|---|---|---|
| Add users in bulk | ✅ | ❌ |
| Bulk edit users | ✅ | ❌ |
| Task Mining idea submission type | ✅ | ❌ |
| Change Request submission type | ✅ | ❌ |
| Agentic AI idea submission type | ✅ | ❌ |
| Business Process submission type | ✅ | ❌ |
Platform-specific differences
The following pages have structural differences between Automation Cloud and Automation Cloud Public Sector that go beyond feature availability. They are documented separately for each platform.
Introduction to the Automation Hub API
The API base URL differs by deployment environment. Automation Cloud uses https://<accessURL>/{orgName}/{tenantName}/automationhub_/api/v1/openapi, while Automation Cloud Public Sector uses https://govcloud.uipath.us/api/v1/openapi — the path structure itself differs, not just the domain. Automation Cloud Public Sector also provides a separate Delayed Release URL (http://ah-gxp-openapi-us.uipath.com/api/v1/openapi/), which has no equivalent in Automation Cloud. Additionally, the API References content is embedded directly in the Introduction page for Automation Cloud, and available as a dedicated page for Automation Cloud Public Sector.
Authentication
The authentication setup procedure differs by platform. Automation Cloud describes the Bearer token structure and provides an example GET request to the authinfo endpoint to retrieve token details. Automation Cloud Public Sector describes generating the API token from the Open API page in the Automation Hub UI and additionally documents an optional App Key header (x-ah-openapi-app-key) that is not mentioned in the Automation Cloud documentation.