webflow-multi-env-setup
Installation
SKILL.md
Webflow Multi-Environment Setup
Overview
Configure Webflow Data API v2 integrations across development, staging, and production with separate API tokens, site IDs, and secret management. Each environment targets a different Webflow site for complete isolation.
Prerequisites
- Separate Webflow sites for each environment (or at minimum, separate API tokens)
- Secret management solution (Vault, AWS Secrets Manager, or GCP Secret Manager)
- CI/CD pipeline with environment variable support
Environment Strategy
| Environment | Webflow Site | API Token | CMS Data | Purpose |
|---|---|---|---|---|
| Development | Dev site | Dev token | Test/seed data | Local development |
Related skills