For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Resources
Get started
    • Overview
  • APIs and SDKs
    • Data API
    • Designer API
    • Browser API
  • Developer tools
    • MCP Server
    • Webflow Apps
    • Webflow CLI
    • DevLink
    • Webflow Cloud
    • Flowkit CSS Framework
    • Changelog
LogoLogo
Resources
Get started

Changelog

This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.

May 29, 2026
May 29, 2026
Was this page helpful?
Previous

Interactions support in DevLink export

Next
Built with

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.

Breaking changes

Node.js minimum version raised to 22.13.0. Verify your Node.js version with node --version before upgrading.

Upgrading

Run this command to upgrade the Webflow CLI to version 2.0:

$npm install -g @webflow/webflow-cli@latest

Then, verify the version of the CLI by running this command:

$webflow --version

Renamed commands

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.

Version 1 commandVersion 2 commandDescription
webflow library sharewebflow devlink importBundles and shares components with a Webflow Workspace
webflow library bundlewebflow devlink bundleBundles a Code Component library locally without sharing it to Webflow
webflow library logwebflow logShows the path to the latest log file
webflow cloud createwebflow cloud initInitializes a Webflow Cloud project from a template

For full options and examples, see the command reference.