This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.
This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.
CLI v2.0.0: Renamed commands and Node.js 22 minimum version
CLI 2.0 consolidates the webflow library command group into webflow devlink and raises the Node.js minimum version to 22.13.0.
The commands from the previous version still work but emit deprecation warnings because they will be removed in a future version.
Node.js minimum version raised to 22.13.0.
Verify your Node.js version with node --version before upgrading.
Run this command to upgrade the Webflow CLI to version 2.0:
Then, verify the version of the CLI by running this command:
These commands have been renamed. The commands work the same way and take the same options. Be sure to update scripts and CI to use the new commands.
For full options and examples, see the command reference.
It’s now easier to deploy Astro and Next.JS applications to Webflow Cloud. You can click this button to walk you through the process of deploying a project from a GitHub repository to Webflow Cloud:
You can also pass the URL of the GitHub repository to Webflow Cloud, as in this example: https://webflow.com/dashboard/cloud/deploy?repo=https://github.com/Webflow-Examples/hello-world-nextjs.
You now have the option to deploy applications to Webflow Cloud without connecting them to a Webflow site. Note that your Workspace now shows sites and these independent applications separately, as in this screenshot:

Applications that are part of a site are still shown in that site’s settings, as in this screenshot:

For more information, see Bring your own app.