Skip to main content

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


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/...
Alternative Method: Go to Site SettingsGeneral tab, and you’ll see your Site ID displayed there.
The Site ID is a unique identifier that looks like: 5f8a1b2c3d4e5f6g7h8i9j0k

Example Tasks

Simple Tasks

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)
Use case: Understanding your CMS structure before making changes
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
Use case: Auditing existing content before updates

Medium Tasks

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
Use case: Maintaining content consistency across your site
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
Use case: Comprehensive content updates in one request
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
Use case: Setting up new content types quickly

Complex Tasks

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
Use case: Scaling content production efficiently
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
Use case: Safe cleanup of test or outdated content
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
Use case: Batch publishing with automatic error recovery

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
You don’t need to know anything about these technical details—just describe what you want!

Troubleshooting

Collection names are case-sensitive

When referencing collections, use the exact name (including capitalization) as it appears in Webflow. Tip: If you’re unsure, ask: “List all my collections” to see the exact names.

Webflow API documentation

For advanced troubleshooting or to verify what’s possible via the API, see the Webflow API documentation.

Need More Help?