Connect Webflow
- Open Account → Integrations for the domain you want to connect.
- Select Webflow and authenticate with your Webflow account.
- Choose the site and enable the CMS collections you want to sync.
What you can do
Draft writes require
integrations:write and are approval-gated by default when called programmatically.
API and MCP endpoints
REST paths (all under/api/v1/domains/{domainId}/webflow/…):
GET …/auth-status— connection healthGET …/collections— enabled collectionsGET …/collections/{collectionId}/items— paginated CMS itemsGET …/items/{documentId}— single itemPOST …/drafts— create draftPATCH …/drafts/{itemId}— update draft