apps
latest
false
- Getting Started
- Demo apps
- How To
- Notifications
- Using VB Expressions
- Designing your App
- Designing your app with Autopilot
- Events and Rules
- Rule: If-Then-Else
- Rule: Open a Page
- Rule: Open URL
- Rule: Close Pop-Over/Bottom Sheet
- Rule: Log Message
- Rule: Show Message
- Rule: Show/Hide Spinner
- Rule: Set Value
- Rule: Start Process
- Rule: Reset Values
- Rule: Upload File to Storage Bucket
- Rule: Download File From Storage Bucket
- Rule: Create Entity Record
- Rule: Update Entity Record
- Rule: Delete Entity Record
- Rule: Add to Queue
- Rule: Trigger workflow
- Rule: Submit Action
- Leveraging RPA in your App
- Leveraging Entities in Your App
- Leveraging Queues in Your App
- Leveraging Media in your app
- Leveraging Actions in your app
- Leveraging Connections in your apps
- Apps in Studio Web
- Application Lifecycle Management (ALM)
- UiPath First-Party Apps
- Basic Troubleshooting Guide
important :
For documentation on app projects in Studio Web, refer to the App Projects chapter in the Studio Web documentation: https://docs.uipath.com/studio-web/automation-cloud/latest/user-guide/apps-in-studio-web.

Apps User Guide
Last updated Sep 2, 2025
Embed Apps
linkYou can easily embed apps in your applications or web pages.
Public apps - accessing the syntax for embedding
link- Publish your app.
- Deploy your app to an Orchestrator folder.A dialog box displays the app public URL and the iFrame syntax you can use to embed your app, as shown in the following image:
- Copy the iFrame syntax, for example:
<iframe width="560" height="315" src="https://cloud.uipath.com/<organization_id>/apps_/default/run/production/<tenant_id>/<folder_id>/<app_id>/public" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://cloud.uipath.com/<organization_id>/apps_/default/run/production/<tenant_id>/<folder_id>/<app_id>/public" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Non-public apps - accessing the syntax for embedding
link- Publish your app.
- Deploy your app to an Orchestrator folder.
-
Copy the
app URL, and add
embed_
betweenhttps://cloud.uipath.com/
and the organization ID. For example:https://cloud.uipath.com/embed_/<organization_id>/apps_/default/run/production/<tenant_id>/<folder_id>/<app_id>/public
https://cloud.uipath.com/embed_/<organization_id>/apps_/default/run/production/<tenant_id>/<folder_id>/<app_id>/public