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 Mar 16, 2026
Embed Apps
You can easily embed apps in your applications or web pages.
Public apps - accessing the syntax for embedding
Note:
Feature availability depends on the cloud platform you use. For details, refer to the Apps feature availability page.
-
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="{baseURL_vanilla}/<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="{baseURL_vanilla}/<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
- Publish your app.
- Deploy your app to an Orchestrator folder.
- Copy the app URL, and add
embed_between{baseURL_vanilla}/and the organization ID. For example:{baseURL_vanilla}/embed_/<organization_id>/apps_/default/run/production/<tenant_id>/<folder_id>/<app_id>/public{baseURL_vanilla}/embed_/<organization_id>/apps_/default/run/production/<tenant_id>/<folder_id>/<app_id>/public