# Feature Availability

> The following tables list features and their availability across delivery options.

The following tables list features and their availability across delivery options.

## User guide

| Feature | Automation Cloud | Automation Cloud Public Sector |
| --- | --- | --- |
| [Creating a Trial Tenant](creating-a-trial-tenant.md) | ✅ | ❌ |
| [Jira Integration](jira-integration.md) | ✅ | ❌ |
| [Using the Jira Integration](using-the-jira-integration.md) | ✅ | ✅ |
| [Automation Hub - Automation Cloud Integration](introduction-to-the-automation-cloud-integration.md) | ✅ | ❌ |
| [Process Mining Integration](set-up-integration-with-uipath-process-mining.md) | ✅ | ❌ |
| [Automation Hub - Maestro Integration](about-the-process-repository.md) | ✅ | ❌ |
| [Adding New User Accounts](adding-new-user-accounts.md) | ✅ | ❌ |

## 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.
