Webflow Install & Auth Overview Set up the official Webflow JS SDK ( on npm) and configure authentication using either a workspace/site API token or OAuth 2.0 for Data Client Apps. Prerequisites - Node.js 18+ - npm, pnpm, or yarn - A Webflow account with a workspace - An API token (workspace or site) from Instructions Step 1: Install the SDK The package is (not ). Current version: 3.x (Data API v2). Step 2: Choose Authentication Method Webflow offers two auth methods: | Method | Use Case | Scope | |--------|----------|-------| | API Token (workspace) | Server-side scripts, internal tools | Al…