Webflow MCP integration for AI agents.

Connect AI agents to Webflow through 11 structured actions, including get collection, create collection item, and delete collection item. Review authenticati…

ACTION CONTRACTS
11
AUTHENTICATION
OAuth 2.0 + API key
SOURCE STATUS
Provider-backed

CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE

CAPABILITY PROFILE

What the Webflow integration exposes

The Webflow Agent App exposes 11 provider-backed actions for design & media and marketing work. Its current contract lets an authorized agent get a webflow cms collection including its field definitions, create a draft or live item in a webflow cms collection, and delete a draft cms item from a webflow collection. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.

A connection uses OAuth 2.0 and API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.

For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Webflow account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.

VERIFIED ACTION SAMPLE

Real Webflow capabilities.

Showing 11 of 11 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.

get_collectionREAD

Get a Webflow CMS collection including its field definitions.

INPUTS: collectionId

create_collection_itemWRITE

Create a draft or live item in a Webflow CMS collection.

INPUTS: collectionId / fieldData / isArchived / isDraft / cmsLocaleId

delete_collection_itemHIGH IMPACT

Delete a draft CMS item from a Webflow collection.

INPUTS: collectionId / itemId

get_collection_itemREAD

Get a single item from a Webflow CMS collection.

INPUTS: collectionId / itemId / cmsLocaleId

get_siteREAD

Get details for a single Webflow site.

INPUTS: siteId

list_collection_itemsREAD

List items in a Webflow CMS collection.

INPUTS: collectionId / limit / offset

list_collectionsREAD

List CMS collections for a Webflow site.

INPUTS: siteId

list_sitesREAD

List Webflow sites available to the connected token.

publish_collection_itemsHIGH IMPACT

Publish one or more Webflow CMS collection items.

INPUTS: collectionId / itemIds

publish_siteHIGH IMPACT

Publish a Webflow site to all domains or selected custom domains and return Webflow's publish result.

INPUTS: siteId / customDomains / publishToWebflowSubdomain

update_collection_itemWRITE

Update a draft or live item in a Webflow CMS collection.

INPUTS: collectionId / itemId / fieldData / isArchived / isDraft

INPUT CONTRACTS

Know what the action needs before it runs.

get_collection

collectionIdREQUIRED
The unique Webflow collection identifier.

create_collection_item

collectionIdREQUIRED
The unique Webflow collection identifier.
fieldDataREQUIRED
CMS field values keyed by Webflow field slug. Include the fields required by the collection.
isArchivedOPTIONAL
Whether the new item should be archived.
isDraftOPTIONAL
Whether the new item should remain a draft.
cmsLocaleIdOPTIONAL
The unique Webflow CMS locale identifier.

delete_collection_item

collectionIdREQUIRED
The unique Webflow collection identifier.
itemIdREQUIRED
The unique Webflow CMS item identifier.

get_collection_item

collectionIdREQUIRED
The unique Webflow collection identifier.
itemIdREQUIRED
The unique Webflow CMS item identifier.
cmsLocaleIdOPTIONAL
The unique Webflow CMS locale identifier.

PROVIDER-SPECIFIC WORKFLOWS

Jobs this Agent App can support

Inspect Get Collection

Get a Webflow CMS collection including its field definitions. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.

get_collection

Control Create Collection Item

Create a draft or live item in a Webflow CMS collection. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.

create_collection_item

Verify with Get Collection Item

Get a single item from a Webflow CMS collection. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.

get_collection_item

SAFETY BOUNDARY

Operate Webflow with explicit limits

  • Authorize Webflow with OAuth 2.0 and API key and grant only the provider access required by the selected actions.
  • 5 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
  • Treat `delete_collection_item`, `publish_collection_items`, and `publish_site` as high-impact operations and require an explicit approval boundary.
  • The sampled contract declares provider scopes including `cms:write`, `cms:read`, `sites:read`, and `sites:write`; verify the complete action contract before execution.
  • After a call, inspect the structured result and execution record before reporting that the Webflow task completed successfully.

CONNECTION MODEL

OAuth 2.0 + API key

Webflow Data API token sent as a Bearer token. Create or manage API tokens from Webflow Apps & Integrations: https://app.webflow.com/dashboard/apps.

Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.

READ SIGNALS
6
WRITE SIGNALS
2
HIGH IMPACT
3
REVIEW SIGNALS
0

EVIDENCE AND AVAILABILITY

Provider reference

Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Webflow.

Official Webflow website

ONE CONNECTION. REAL WORK.

Give your agent software it can use.

Connect through MCP or explore the Agent App catalog and choose only the capabilities your workflow needs.

EXPLORE AGENT APPS