W

Webflow CLI

CLI discovered

Details
Command
webflow
Docs
https://developers.webflow.com/cli/reference/webflow-cli
Authentication
Webflow site API token bearer discovered Get token ↗
$ webflow auth login

Create a site-scoped API token from the Site Token path in the Webflow Data API authentication docs. Site authentication in the CLI auth docs stores this as WEBFLOW_SITE_API_TOKEN after webflow auth login.

Webflow workspace API token bearer discovered Get token ↗
$ webflow devlink import

Create a workspace-scoped API token from the Workspace Token path in the Webflow Data API authentication docs. For CLI workflows, CLI authentication stores it as WEBFLOW_WORKSPACE_API_TOKEN, and CI can pass it with --api-token.