Skip to main content

Webflow CMS Setup & Testing

Configuration Status

API Token

Not configured - add WEBFLOW_API_TOKEN to .env.local

Site ID

Not configured - add WEBFLOW_SITE_ID to .env.local

Setup Instructions

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