# Webflow AI integration on Definable

> Webflow is a no-code website design and hosting platform, letting users build responsive sites, launch online stores, and maintain content without coding

## What this connects

Webflow is a no-code website design and hosting platform, letting users build responsive sites, launch online stores, and maintain content without coding

Vendor: https://webflow.com

## Tools available

**51** tools available. First 12:

- `WEBFLOW_CREATE_ASSET_FOLDER` — Create Asset Folder — Tool to create a new Asset Folder within a Webflow site. Use when you need to organize assets by creating folders. Requires assets:write scope.
- `WEBFLOW_CREATE_BULK_COLLECTION_ITEMS` — Bulk Create Collection Items — Tool to create one or multiple items in a Webflow CMS Collection across multiple locales. Use when you need to create up to 100 collection items in a single request. If cmsLocaleIds is not included for an item, it will only be created in the primary locale. Requires CMS:write scope.
- `WEBFLOW_CREATE_COLLECTION` — Create Webflow Collection — Tool to create a new collection in a Webflow site. Each collection includes required 'name' and 'slug' fields which are generated automatically. Use this when you need to create a new CMS collection with custom fields. Required scope: cms:write
- `WEBFLOW_CREATE_COLLECTION_FIELD` — Create Collection Field — Tool to create a custom field in a Webflow collection. Use when you need to add a new field to an existing collection. Field validation is currently not available through the API. Bulk creation of fields is not supported - fields must be created one at a time.
- `WEBFLOW_CREATE_COLLECTION_ITEM` — Create Webflow Collection Item — This tool creates a new item in a specified Webflow collection. It requires the collection_id and field_data parameters (including required name and slug) and optionally accepts an is_draft flag. Authentication is assumed to be provided, and the collection_id can be obtained by using the WEBFLOW_LIST_COLLECTIONS tool. IMPORTANT: The field_data keys must use the exact field 'slug' values from the collection schema, not display names. Use WEBFLOW_GET_COLLECTION first to retrieve the collection schema and identify the correct field slugs to use.
- `WEBFLOW_CREATE_LIVE_COLLECTION_ITEM` — Create Live Webflow Collection Item — Tool to create a collection item that will be immediately published to the live site. Use when you need items to appear on the live site instantly without staging. This bypasses the staged item workflow and creates items directly in the live database.
- `WEBFLOW_DELETE_ASSET` — Delete Webflow Asset — Tool to delete an Asset from Webflow. Use when you need to permanently remove an asset from a site. Requires assets:write scope.
- `WEBFLOW_DELETE_COLLECTION` — Delete Webflow Collection — Tool to delete a collection from Webflow using its unique identifier. Use when you need to permanently remove a collection. This operation requires the 'cms:write' scope and cannot be undone.
- `WEBFLOW_DELETE_COLLECTION_FIELD` — Delete Collection Field — Tool to delete a custom field from a Webflow collection. Use when you need to permanently remove a field from a collection schema. This endpoint does not currently support bulk deletion and requires the 'cms:write' authentication scope.
- `WEBFLOW_DELETE_COLLECTION_ITEM` — Delete Webflow Collection Item — This tool allows you to delete a specific item from a collection in Webflow. It permanently removes the item from the specified collection and complements existing collection management tools. The tool requires a collection_id to identify the collection and an item_id to identify the item, with an optional cms_locale_id parameter for handling multi-language content.
- `WEBFLOW_DELETE_COLLECTION_ITEMS` — Delete Multiple Collection Items — Tool to delete multiple items from a Webflow collection in a single request. Use when you need to remove multiple collection items efficiently. Items are deleted only in the primary locale unless cmsLocaleIds are specified. Requires CMS:write scope.
- `WEBFLOW_DELETE_WEBHOOK` — Delete Webflow Webhook — Tool to remove a Webhook from Webflow. Use when you need to delete an existing webhook by its ID. Requires 'sites:read' scope.

## Auth

Auth schemes: `OAUTH2`, `API_KEY`.

## How agents use Webflow

Inside a Definable workflow, Webflow is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Webflow** — the Researcher (GPT-5.5) pulls context from Webflow (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Webflow** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Webflow (create record, post message, draft email).
- **Designer / Engineer → Distributor → Webflow** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Webflow (attach file, open PR comment, post status).

The Verifier checks every Webflow call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- website builders — https://definable.ai/apps/category/website-builders/
- ecommerce — https://definable.ai/apps/category/ecommerce/

## Related

- HTML page: https://definable.ai/apps/webflow/
- Same category (website builders): https://definable.ai/apps/category/website-builders/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
