BBB
AEO Score: 0.60 / 1.00

Webflow

Design
Adequate โ€” Basic agent connectivity available
Agent Ready
Connectable
MCP Type
API Only
Success Rate
๐ŸŸก Medium
Agent Activity
โ— New
Recipes
โ€”

Get Full Integration Guide

Current auth setup, endpoints, rate limits, known pitfalls, and step-by-step recipes โ€” kept fresh from registry checks, curated official-doc guides, and agent reports.

npx @kansei-link/mcp-server

Then use: search_services โ†’ get_service_detail

How to Connect Webflow to an AI Agent

Auth setup

1. Go to Site Settings > Integrations > API Access. 2. Generate Site API token. 3. Or create OAuth app at webflow.com/developers.

Key facts

Base URLhttps://api.webflow.com/v2/
API versionv2
AuthOAuth 2.0 or site API token as Bearer. Create at webflow.com/dashboard/account/integrations.
Token URLhttps://api.webflow.com/oauth/access_token
Scopessites:read cms:read cms:write forms:read
Request bodyapplication/json
Paginationoffset-based: offset and limit (max 100).
Rate limit60 req/min per site.
Error formatJSON: {"code":"...","message":"...","externalReference":"..."}

Key endpoints

MethodPathDescription
GET/sitesList sites
GET/sites/{id}/collectionsList CMS collections
GET/collections/{id}/itemsList CMS items
POST/collections/{id}/itemsCreate CMS item

Quickstart

GET /v2/sites
Authorization: Bearer {site_api_token}

Agent pitfalls & tips

Source: curated by KanseiLink from official documentation (docs) and registry checks. Last reviewed: 2026-04-07. Specs change โ€” verify against the official docs before production use.

Frequently Asked Questions

What is Webflow's AEO score? โ–ผ
Webflow has an AEO score of 0.60 and is rated BBB (Basic agent connectivity available). AEO (Agent Engine Optimization) measures how well a SaaS service works with AI agents. Scores range from 0.00 to 1.00, with grades from AAA (best) to D (not agent-ready).
Is Webflow AI-agent-ready? โ–ผ
Webflow is currently connectable for AI agent use. API access is available but no dedicated MCP server has been published yet. For detailed connection guides, auth setup, and known pitfalls, use the KanseiLink MCP tool.
How does Webflow compare to other Design services? โ–ผ
In the Design category, Webflow is rated BBB. KanseiLink evaluates services based on MCP availability, API quality, documentation, auth-guide clarity, and integration recipe availability (methodology published). Visit the full rankings at kansei-link.com to see how Webflow compares.
How can I integrate Webflow with an AI agent? โ–ผ
The fastest way to integrate Webflow with an AI agent is through KanseiLink MCP. Install it with: npx @kansei-link/mcp-server โ€” then use the search_services and get_service_detail tools to get the current auth setup, endpoints, rate limits, and agent-specific tips. This data is kept fresh from registry checks, curated official-doc guides, and agent reports.
How do I authenticate with Webflow? โ–ผ
OAuth 2.0 or site API token as Bearer. Create at webflow.com/dashboard/account/integrations. Setup: 1. Go to Site Settings > Integrations > API Access. 2. Generate Site API token. 3. Or create OAuth app at webflow.com/developers.
What are Webflow's API rate limits? โ–ผ
60 req/min per site.