# Agents inside your Webflow site

> AI agents for Webflow: CMS content that lands as drafts, lead triage from form submissions, and order work on the Data API, with a person who publishes.

Canonical page: https://aispeedforce.com/platforms/webflow/

Last updated: 2026-09-23

Webflow's Data API lets an agent create CMS items, read form submissions and work with Ecommerce orders. We build the agent so everything it writes to the CMS lands as a draft, and a person on your team decides what gets published.

## Three agents that respect the publish button

Each one does a single job through the Data API. Content arrives as drafts, and nothing goes live on your site without a person.

### Content operations

Drafts CMS items from your briefs, fills reference fields, and checks new items against the style rules you give it.

- **Touches**: CMS collections, collection items (isDraft)
- **Human gate**: Publishing. Every item stays a draft until a person publishes it.

### Lead triage

Reads each form submission, scores it against your criteria, and routes it with a drafted reply to the right person.

- **Touches**: Forms, form_submission webhook
- **Human gate**: Every outbound reply.

### Order operations

Reads new Ecommerce orders, flags ones that need attention, and prepares fulfillment updates.

- **Touches**: Ecommerce orders, order fulfillment, inventory
- **Human gate**: Fulfillments and refunds.

## What it connects to

Five surfaces, all on the Webflow Data API. The agent never edits your Designer layout, only the content and data behind it.

- **CMS API**: Creates and updates collection items. Items are written with isDraft set, so the live site does not change.
- **Ecommerce API**: Reads orders and products and records fulfillments once a person has approved them.
- **Forms**: Reads form submissions so a lead can be scored and routed without anyone copying it out of the dashboard.
- **Webhooks**: form_submission and order events start a run the moment something happens on the site.
- **Draft items**: The gate itself. Drafts are reviewed in the Webflow CMS, where your editors already work, and published by a person.

### What each agent reads and writes

Read access is broad enough to answer the question, write access is narrow, and every write has a gate until you decide otherwise.

| Agent | Reads | Writes | Human gate |
|---|---|---|---|
| Content operations | Collections, style rules | CMS items as drafts | Publishing |
| Lead triage | Form submissions | Routing, drafted reply | Every outbound reply |
| Order operations | `orders`, inventory | Order fulfillment | Fulfillments and refunds |

## The draft state is the gate

Webflow already separates draft content from published content. We keep the agent on the draft side, so review happens in the CMS your editors know.

**Where it sits**: In the Webflow CMS itself. Drafted items appear in their collection, marked as drafts, next to everything else your editors manage.

**What a reviewer sees**: The drafted item in full, plus a link to the run trace showing the brief, the sources and the checks it passed.

**What waits by default**: Publishing any CMS item, every outbound reply to a lead, and every fulfillment or refund.

**What a rejection does**: A deleted or rewritten draft is recorded with its trace and becomes an eval case, so the agent is tested against it on every change.

## Questions Webflow teams ask first

### Will the agent publish anything on its own?

No. It writes CMS items as drafts. Publishing stays with a person unless you tell us, in writing, to change that for a specific collection.

### Does it change our Designer layouts?

No. It works through the Data API, which covers CMS content, forms and Ecommerce data. Your layouts and styles are untouched.

### Can it work with Webflow Ecommerce and the CMS at once?

Yes. They are separate tools with separate permissions, so a content agent cannot touch orders and an order agent cannot touch content.

### Where to go next

- [Web development](https://aispeedforce.com/services/web-development/)
- [SEO](https://aispeedforce.com/services/seo/)
- [WordPress agents](https://aispeedforce.com/platforms/wordpress/)
- [All platforms](https://aispeedforce.com/platforms/)
- [Contact](https://aispeedforce.com/contact/)

## Name one job in your Webflow site

Tell us the content, lead or order task that eats the most time. We will tell you what the agent would draft, what it would read, and where a person signs off.
