Webflow Cloud Platform Documentation
This skill provides comprehensive reference documentation for the Webflow Cloud platform, covering all API endpoints and workflows for programmatic site management.
When to Use This Skill
Trigger this skill when users are:
- Setting up a new Webflow cloud project
- Troubleshooting Webflow cloud issues
Context Management
Progressive disclosure: Load reference files only when needed for specific questions:
Document Structure
This map uses a hierarchical structure:
- ## marks documentation topic areas
- ### marks individual documentation pages with clickable links
- Nested bullets show the heading structure within each page
- Each page title links to the full documentation in the references/ directory
Getting Started
intro
- What is Webflow Cloud?
- Platform overview
- Key capabilities
- Architecture
- Getting started
getting-started
- Prerequisites
- Installation
- Initial setup
- Your first deployment
- Configuration basics
- Next steps
bring-your-own-app
- Overview
- Supported frameworks
- Application structure
- Configuration requirements
- Deployment process
- Custom domains
- Troubleshooting
Data Storage
storing-data/overview
- Storage options overview
- Choosing the right storage
- Data persistence
- Performance considerations
add-sqlite | storing-data/sqlite
- SQLite overview
- Setup and configuration
- Database migrations
- Query patterns
- Best practices
- Limitations
add-key-value-store | storing-data/key-value-store
- Key-value store overview
- Configuration
- Read/write operations
- Data expiration
- Use cases
- Performance tips
add-object-storage | storing-data/object-storage
- Object storage overview
- File uploads
- Asset management
- CDN integration
- Access control
- Best practices
Environment & Configuration
environment
- Environment variables
- Configuration management
- Secrets handling
- Runtime settings
environments
- Development environments
- Staging environments
- Production environments
- Environment promotion
- Configuration per environment
environment/configuration
- Configuration file format
- Available settings
- Environment-specific config
- Validation
- Best practices
environment/framework-customization
- Framework-specific settings
- Build customization
- Runtime customization
- Plugin configuration
- Advanced options
environment/nodejs-compatibility
- Node.js version support
- Compatibility matrix
- Native modules
- Known issues
- Migration guides
Deployment & Operations
deployments
- Deployment process
- Build steps
- Rollback procedures
- Zero-downtime deployments
- Deployment logs
- Troubleshooting
usage
- Usage metrics
- Resource consumption
- Cost monitoring
- Optimization strategies
- Scaling considerations
limits
- Platform limits
- Rate limits
- Resource quotas
- Size restrictions
- Concurrent operations
- Workarounds
When to Use This Skill
Activate this skill when users ask about:
- "How do I deploy to Webflow Cloud?"
- "Set up SQLite in Webflow Cloud"
- "Configure environment variables in Webflow"
- "Upload files to Webflow Cloud storage"
- "Deploy a custom application"
- "Manage different environments"
- "Monitor usage and limits"
- Any Webflow Cloud platform operations
Specific Solutions, Tips & Workarounds
deploying
- Deploying apps to Webflow cloud
environment
- Using Webflow cloud's environment setup
storage
- Tips on using Webflow cloud's D1 SQLLite
testing
- How to build a robust testing environment for your Webflow Cloud app
- Testing strategy
- Github strategy
debugging
- Troubleshooting deployment failures
- Debugging server-side and client-side errors
- Working around logging limitations
- Common error patterns and solutions