Overview
Use the Pixy embed when you want users to open the editor directly inside your app. You can:- open a saved design by
designId - start blank with custom dimensions
- launch inline or in a modal overlay
- control downloads, allowed domains, accent color, and visible sidebar items from Pixy
Open An Existing Design
Pass bothembedKey and designId in the URL when you want the embed to load a specific design.
Open A Blank Editor
PassembedKey, width, and height when you want to start from a blank canvas.
This creates a new project for the embed organization each time it is opened.
Open In A Modal
Use the Pixy launcher script when you want the editor to open in a modal overlay instead of rendering inline.onExport receives the exported files from the editor, so your app can decide what to do next without relying on a direct browser download flow.
Embed Configuration
Embed behavior is configured in Pixy, not with extra iframe attributes. Save these settings in the Embed page inside Pixy:- allowed domains
- title
- logo
- accent color
- launch mode
- sidebar items
- downloads
Sidebar Items
Use the Embed page in Pixy to decide which editor sections stay visible:templatestextimageselementsdrawaiuploadsbrandKitbackground
Allowed Origins
Allowed domains are checked before the embed editor loads.- Add one domain per line in the Pixy Embed page.
- Leave the list empty if you do not want domain restrictions.