This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.
Open a canvas
You can now programmatically open a Component’s canvas or navigate to a page with the new webflow.openCanvas() method (Beta).
Beta
These methods are in public beta and may change with future releases.
Previously, Designer Extensions and MCP agents that needed to modify a Component’s internal structure had to rely on the user manually navigating to the component canvas. The openCanvas() method removes that manual step and enables fully automated Component workflows.
openCanvas() accepts a Component ID, a Component reference, or a ComponentElement (instance) reference to open the component canvas.
It also accepts a page ID or Page reference to navigate to a page — equivalent to calling webflow.switchPage().
For more information, see Open a canvas.