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