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

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

MCP v1.3: Components, branching, and expanded authoring tools

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.

Streamlined deployment for Webflow Cloud applications

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:

Deploy to Webflow

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:

Looking at the applications within a workspace

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

Looking at the applications within a site

For more information, see Bring your own app.