1. Get your Webflow API Token:- • Go to your Webflow Dashboard
- • Navigate to Project Settings → Integrations
- • Generate an API token
2. Get your Site ID:- • In your Webflow project, go to Project Settings
- • Find your Site ID in the General tab
3. Add to your .env.local file:WEBFLOW_API_TOKEN=your-api-token-here
WEBFLOW_SITE_ID=your-site-id-here