Skip to main content
This feature is available in our paid editions. Contact us here, and we'll be delighted to assist you!
This documentation explains how to embed the Activepieces iframe inside your application and customize it.

Configure SDK

Adding the embedding SDK script will initialize an object in your window called activepieces, which has a method called configure that you should call after the container has been rendered.
The following scripts shouldn’t contain the async or defer attributes.
These steps assume you have already generated a JWT token from the backend. If not, please check the provision-users page.
Configure Parameters:
The way navigation works is that the iframe loading Activepieces, will read the browser URL, remove the prefix, and use what’s left of the route to navigate within Activepieces.For example, if you set automation as the prefix and visit /automation/connections, SDK will open /connections in Activepieces.