Webflow Assistant
Tell the Webflow Assistant what you want in plain English, and the Assistant handles the technical details. It researches the right API calls, matches your content patterns, and auto-fixes errors along the way.Clone Webflow Assistant
Get started by cloning from the Marketplace → Search “Webflow Assistant”
What Can It Do?
The Webflow Assistant uses a research-first approach to handle Webflow CMS and site management tasks through natural language requests.Core CMS Capabilities
Collections
Create, update, list, and delete CMS collections and custom fields
Collection Items
Add, edit, publish, and manage content items with pattern matching
Site Configuration
Access site details, domains, and configuration settings
Assets
Upload and manage images and files in your Webflow site
Intelligent Content Creation
When creating content, the assistant can:- Pattern match existing content - Replicates the style and length of existing items
- Auto-fill fields - Intelligently populates all available collection fields
- Maintain consistency - Ensures new content matches your site’s existing patterns
Built-In Safety
The assistant includes smart protections:- Read operations happen instantly without confirmation
- Destructive actions (deleting content) always require confirmation
- Self-healing - Automatically attempts to fix errors up to 3 times before asking for help
Quick Setup
1
Gather Your Credentials
Before setting up, you’ll need:
- Webflow API Key → How to get it
- Site ID → How to find it
How to Get Your Webflow Site ID
Your Site ID is required to configure the Webflow Assistant. Here’s how to find it:1
Log in to Webflow
Go to webflow.com and sign in to your account
2
Open Your Site Dashboard
Select the site you want to connect to the assistant
3
Find the Site ID
Your Site ID is in the URL when viewing your site dashboard:
webflow.com/dashboard/sites/YOUR_SITE_ID_HERE/...The Site ID is a unique identifier that looks like:
5f8a1b2c3d4e5f6g7h8i9j0kExample Tasks
Simple Tasks
List Collections and Fields
List Collections and Fields
Prompt: “Show me all the collections on my site and their fields”What it does:
- Researches your site structure
- Returns all collections with field details
- No confirmation needed (read-only operation)
View Collection Items
View Collection Items
Prompt: “Show me all items in my Blog Posts collection”What it does:
- Lists all items with their field values
- Shows both published and draft status
- Returns item IDs for future reference
Medium Tasks
Create Item with Pattern Matching
Create Item with Pattern Matching
Prompt: “Create a new blog post in the style of my existing posts with title ‘New Product Launch’”What it does:
- Analyzes existing blog post structure and style
- Replicates the length and format of existing content
- Auto-fills all available fields intelligently
- Returns the new item with all fields populated
Update Multiple Fields
Update Multiple Fields
Prompt: “Update the blog post ‘Getting Started’ with author ‘Jane Smith’, category ‘Tutorial’, and featured image from my assets”What it does:
- Locates the specific post
- Updates all specified fields
- Publishes changes automatically
- Returns confirmation with updated values
Create Collection with Fields
Create Collection with Fields
Prompt: “Create a Team Members collection with name, role, bio, photo, and LinkedIn URL fields”What it does:
- Reviews Webflow documentation for best practices
- Creates collection with appropriate field types
- Configures field settings (required, unique, etc.)
- Returns collection structure for verification
Complex Tasks
Bulk Content Creation
Bulk Content Creation
Prompt: “Create 5 portfolio items following the pattern of my existing projects. Use these project names: [list]”What it does:
- Analyzes existing portfolio items for structure and style
- Matches content length and formatting
- Auto-fills all required and optional fields
- Creates all items maintaining consistency
Safe Deletion with Confirmation
Safe Deletion with Confirmation
Prompt: “Delete all blog posts with category ‘Test’”What it does:
- Finds matching items
- Asks for explicit confirmation before deletion
- Only proceeds after you approve
- Returns summary of deleted items
Multi-Step Content Migration
Multi-Step Content Migration
Prompt: “Find all draft blog posts, update their status to published, and add today’s date to their published field”What it does:
- Researches documentation for correct API sequence
- Executes steps in proper order
- Self-corrects if errors occur (tries up to 3 times)
- Returns detailed results for each item
Built-in Tools
The Webflow Assistant includes one main tool:Generic API Call Tool
A flexible tool that can make any API call to the Webflow API. The assistant dynamically determines:- Which endpoint to call
- What HTTP method to use (GET, POST, PUT, PATCH, DELETE)
- What data to include in the request body
- How to handle the response

