- Automation Cloud and Test Cloud
- Automation Cloud Dedicated and Test Cloud Dedicated
September 2026 release notes for Studio Web in Automation Cloud.
September 21, 2026
Bug fixes
- Debugging a solution that included an API workflow project could overwrite bindings for other projects in the solution. Bindings are now fetched correctly regardless of the project types in the solution.
September 18, 2026
API workflows are licensed per execution
Added September 21, 2026: This change was released on September 18, 2026 but was not included in the release notes at the time.
API workflows are now charged as a flat fee per workflow execution: 0.05 Platform Units under Unified Pricing, or 15 API calls under Flex.
Integration Service usage inside the workflow is included and no longer metered. Connector activities, HTTP Request activities, and Integration Service triggers do not add to the cost of a run, so an execution costs the same regardless of how many activities it contains.
Previously, each activity and the workflow start were charged individually as Integration Activities.
For details, see API workflows licensing.
September 16, 2026
Build API workflows with a coding agent is now generally available
Building API workflows with a coding agent is now generally available. You describe the integration and the agent produces a runnable, headless workflow that calls HTTP endpoints and Integration Service connectors, branches and loops over the results, and returns a response.
The uipath-api-workflow skill authors and publishes API workflows. The skill is available to install via uip skills install.
For details, refer to API workflows.
September 15, 2026
Faster local debug sessions
Local debug sessions now upload only the files that changed since your last debug session in most cases, instead of re-uploading the entire solution each time. This also applies when you add, remove, or rename a project, or rename the solution, making local debug sessions start faster overall.
Bug fixes
- Testing an expression could hang indefinitely if it hit the same type of loading issue after a Studio Web deployment. It now fails immediately with a message asking you to reload the page.
September 8, 2026
Organize projects into folders in a solution
You can now group the projects in a solution into folders from the Solution Explorer, making it easier to navigate solutions with many projects. Folders can be nested inside other folders.
For more information, refer to Designing solutions.
Bug fixes
- The solution version number was sometimes incremented even when a publish attempt failed, for example when the package exceeded the size limit. This created a mismatch between the version shown in Studio Web and the version actually published.
- September 21, 2026
- Bug fixes
- September 18, 2026
- API workflows are licensed per execution
- September 16, 2026
- Build API workflows with a coding agent is now generally available
- September 15, 2026
- Faster local debug sessions
- Bug fixes
- September 8, 2026
- Organize projects into folders in a solution
- Bug fixes