webflow-install-auth
Installation
SKILL.md
Webflow Install & Auth
Overview
Set up the official Webflow JS SDK (webflow-api 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
https://developers.webflow.com
Instructions
Step 1: Install the SDK
Related skills