# Webflow CLI for AI Agents

```json
{
  "title": "Webflow CLI for AI Agents",
  "toolkit": "Webflow",
  "toolkit_slug": "webflow",
  "framework": "CLI",
  "framework_slug": "cli",
  "url": "https://composio.dev/toolkits/webflow/framework/cli",
  "markdown_url": "https://composio.dev/toolkits/webflow/framework/cli.md",
  "updated_at": "2026-05-06T08:33:34.757Z"
}
```

## Introduction

CLIs are eating MCPs. The industry is converging on the very same idea. MCPs for all their merit can be token hungry, slow, and unreliable for complex tool chaining. However, coding agents have become incredibly good at working with CLIs, and in fact they are far more comfortable working with CLI tools than MCP.
With Composio's Universal CLI, your coding agents can talk to over 1000+ SaaS applications. With Webflow, agents can add a new blog post to your site, list all products in your store collection, get details for order #12345, and more — all without worrying about authentication.
This guide walks you through Composio Universal CLI and explains how you can connect it with coding agents like Claude Code, Codex, OpenCode, etc, for end-to-end Webflow automation.

## Also integrate Webflow with

- [ChatGPT](https://composio.dev/toolkits/webflow/framework/chatgpt)
- [OpenAI Agents SDK](https://composio.dev/toolkits/webflow/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/webflow/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/webflow/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/webflow/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/webflow/framework/codex)
- [Cursor](https://composio.dev/toolkits/webflow/framework/cursor)
- [VS Code](https://composio.dev/toolkits/webflow/framework/vscode)
- [OpenCode](https://composio.dev/toolkits/webflow/framework/opencode)
- [OpenClaw](https://composio.dev/toolkits/webflow/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/webflow/framework/hermes-agent)
- [Google ADK](https://composio.dev/toolkits/webflow/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/webflow/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/webflow/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/webflow/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/webflow/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/webflow/framework/crew-ai)

## TL;DR

The idea behind building the universal CLI is to give agents a single command interface to interact with all your external applications. Here's what you'll get with it:
- Agent-friendly: Coding agents like Claude Code, Codex, and OpenCode can use CLI tools natively — no MCP setup required.
- Authentication handled: Connect once via OAuth or API Key, and all CLI commands work with your credentials automatically.
- Tool discovery: Search, inspect, and execute 20,000+ tools across 1000+ apps from one interface.
- Trigger support: Use triggers to listen for events across your apps, powered by real-time webhooks or polling under the hood.
- Type generation: Generate typed schemas for autocomplete and type safety in your projects.

## Connect Webflow to CLI

### Prerequisites
Install the Composio CLI, authenticate, and initialize your project:

```bash
# Install the Composio CLI
curl -fsSL https://composio.dev/install | bash

# Authenticate with Composio
composio login
```

## What is the Webflow MCP server, and what's possible with it?

The Webflow MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Webflow account. It provides structured and secure access to your Webflow sites, collections, and e-commerce data, so your agent can perform actions like managing content, updating inventory, handling orders, and retrieving detailed site information on your behalf.
- Effortless content management: Ask your agent to create, update, or delete collection items—perfect for adding new blog posts, products, or dynamic content without manual entry.
- Comprehensive site and collection insights: Retrieve up-to-date details about your Webflow sites and collections, including schema, settings, and structure, to power content-aware automations.
- Inventory and order automation: Have your agent check inventory levels, update stock, and mark orders as fulfilled, streamlining your Webflow e-commerce operations.
- Bulk data handling: Let your agent list all items in a collection or all collections on a site, enabling smart reporting, audits, or content migrations with a simple prompt.
- Seamless integration with creative workflows: Enable real-time, AI-driven updates to your site content, inventory, or orders in response to team or customer needs—no coding required.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `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. |
| `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_FULFILL_ORDER` | Fulfill Order | This tool allows you to mark an order as fulfilled in webflow's e-commerce system. it's essential for managing order fulfillment in webflow stores. |
| `WEBFLOW_GET_COLLECTION` | Get Collection Details | Retrieves a specific collection by its id from a webflow site. this endpoint returns detailed information about the collection, including its name, slug, and schema. it requires a valid collection id as a parameter and complements the webflow list collections tool for accessing specific collection details. this tool requires the 'cms:read' authentication scope. |
| `WEBFLOW_GET_COLLECTION_ITEM` | Get Collection Item | This tool retrieves a specific item from a webflow collection. it allows users to fetch detailed information about a single collection item using its unique identifier. the tool is used to get an item's details such as its id, timestamps (lastpublished, lastupdated, createdon), archive/draft status, fielddata, and cmslocaleid. this tool requires appropriate 'cms:read' authentication scope. |
| `WEBFLOW_GET_ITEM_INVENTORY` | Get Item Inventory | This tool retrieves the current inventory levels for a specific item in a webflow collection. it provides information about the item's inventory quantity and type (finite or infinite) and complements the webflow update item inventory action by allowing users to check inventory levels before making any updates. |
| `WEBFLOW_GET_ORDER` | Get Order Details | This tool retrieves detailed information about a specific order in webflow. it allows users to fetch comprehensive order details including customer information, items purchased, payment status, and shipping details. the response includes order status, customer details, billing and shipping information, items purchased, payment details, order total, timestamps, fulfillment status, and additional comments or tracking information. |
| `WEBFLOW_GET_SITE_INFO` | Get Webflow Site Information | This tool retrieves detailed information about a specific webflow site. it includes site id, workspaceid, creation and update dates, display names, and other settings like previewurl, timezone, customdomains, and locale settings. it requires a valid 'site id' and appropriate 'sites:read' authentication scope. |
| `WEBFLOW_LIST_COLLECTION_ITEMS` | List Collection Items | This tool retrieves a list of items from a specified collection in webflow. it supports pagination and filtering, and is essential for fetching multiple items from a collection, such as blog posts, products, or any content stored in collections. |
| `WEBFLOW_LIST_COLLECTIONS` | List Webflow Collections | This tool retrieves a list of all collections for a given webflow site. it uses the site id (obtained from webflow list webflow sites) to return a list of collections, each with properties such as id, name, slug, singularname, lastupdated, and fields. this tool is fundamental for working with webflow's cms and requires appropriate 'cms:read' authentication scope. |
| `WEBFLOW_LIST_FORM_SUBMISSIONS` | List Form Submissions | This tool retrieves a list of form submissions for a specific webflow site. it allows users to fetch form submission data with pagination support and optional filtering by form element id. |
| `WEBFLOW_LIST_ORDERS` | List Webflow Orders | This tool retrieves a list of all orders for a specified webflow site using the get /sites/{site id}/orders endpoint. it accepts a required site id parameter and optional parameters such as status (to filter orders by their status), offset (for pagination), and limit (specifies the number of items per request). the response includes order details like order id, created on, customer info, status, total, items, shipping address, billing address, and payment info. this functionality supports ecommerce workflow management and requires the scope ecommerce:read. |
| `WEBFLOW_LIST_PAGES` | List Pages | This tool retrieves a list of all pages for a specified webflow site. it can access both static and cms-driven pages and provides information such as the page's unique identifier, name, url slug, creation and update timestamps, and publication status. it is useful for auditing site structure, building site maps, and monitoring page updates. |
| `WEBFLOW_LIST_WEBFLOW_SITES` | List Webflow Sites | This tool retrieves a list of all webflow sites accessible to the authenticated user. it is a fundamental and independent action which only requires an authentication token and returns details for each site including site id, name, shortname, lastpublished, previewurl, timezone, and status. |
| `WEBFLOW_PUBLISH_SITE` | Publish Webflow Site | This tool publishes a webflow site, making all staged changes live. it uses the post /sites/{site id}/publish api endpoint and requires a valid site id, with an optional domains array to specify custom domains. it is essential for deploying updates made to site content, design, or structure. |
| `WEBFLOW_REFUND_ORDER` | Refund Order | This tool allows you to refund a webflow e-commerce order. when executed, it reverses the stripe charge and sets the order's status to 'refunded'. it handles customer returns or order cancellations. |
| `WEBFLOW_UNFULFILL_ORDER` | Unfulfill Order | This tool allows you to mark a previously fulfilled order as unfulfilled in webflow. it is useful for reversing a fulfillment action when an order was mistakenly marked as fulfilled or if there are issues with shipment. |
| `WEBFLOW_UPDATE_COLLECTION_ITEM` | Update Webflow Collection Item | This tool allows updating an existing item in a webflow collection using the patch /collections/{collection id}/items/{item id} endpoint. it accepts required parameters such as collection id, item id, and fields, and optional 'live' flag and cms locale id. the update operation modifies any fields available in the collection's schema and returns the updated item along with metadata. |
| `WEBFLOW_UPDATE_ITEM_INVENTORY` | Update Item Inventory | This tool allows you to update the inventory levels of a specific sku item in your webflow e-commerce site by either setting the inventory quantity directly or updating it incrementally. it updates the inventory status using the patch /collections/:collection id/items/:item id/inventory endpoint and requires the 'ecommerce:write' scope. |
| `WEBFLOW_UPDATE_ORDER` | Update Order | This tool allows updating specific fields of an existing order in webflow. it's particularly useful for managing order fulfillment details and adding internal notes. |
| `WEBFLOW_UPLOAD_ASSET` | Upload Asset to Webflow | This tool allows users to upload assets (files, images, etc.) to a webflow site. it involves a two-step process: first, generating a pre-signed amazon s3 upload url by calling the webflow api, and second, uploading the file to that s3 url. the tool requires parameters such as site id, file name, file content, md5, and optionally asset folder id to correctly upload and manage assets for the specified webflow site. |

## Supported Triggers

None listed.

## Complete Code

None listed.

## Conclusion

- Try asking your coding agent to perform various Webflow operations
- Explore cross-app workflows by connecting more toolkits
- Set up triggers for real-time automation
- Use composio generate for typed schemas in your projects

## How to build Webflow MCP Agent with another framework

- [ChatGPT](https://composio.dev/toolkits/webflow/framework/chatgpt)
- [OpenAI Agents SDK](https://composio.dev/toolkits/webflow/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/webflow/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/webflow/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/webflow/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/webflow/framework/codex)
- [Cursor](https://composio.dev/toolkits/webflow/framework/cursor)
- [VS Code](https://composio.dev/toolkits/webflow/framework/vscode)
- [OpenCode](https://composio.dev/toolkits/webflow/framework/opencode)
- [OpenClaw](https://composio.dev/toolkits/webflow/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/webflow/framework/hermes-agent)
- [Google ADK](https://composio.dev/toolkits/webflow/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/webflow/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/webflow/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/webflow/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/webflow/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/webflow/framework/crew-ai)

## Related Toolkits

- [Figma](https://composio.dev/toolkits/figma) - Figma is a collaborative interface design tool for teams and individuals. It streamlines design workflows with real-time collaboration and easy sharing.
- [Abyssale](https://composio.dev/toolkits/abyssale) - Abyssale is a creative automation platform for generating images, videos, GIFs, PDFs, and HTML5 content programmatically. It streamlines and scales visual content production for marketing, design, and operations teams.
- [Alttext ai](https://composio.dev/toolkits/alttext_ai) - AltText.ai is a service that generates alt text for images automatically. It helps boost accessibility and SEO for your visual content.
- [Bannerbear](https://composio.dev/toolkits/bannerbear) - Bannerbear is an API-driven platform for generating images and videos automatically at scale. It helps businesses create custom graphics, social visuals, and marketing assets using powerful templates.
- [Canva](https://composio.dev/toolkits/canva) - Canva is a drag-and-drop design suite for creating professional graphics, presentations, and marketing materials. It makes it easy for anyone to design with beautiful templates and a vast library of elements.
- [Claid ai](https://composio.dev/toolkits/claid_ai) - Claid.ai delivers AI-driven image editing APIs for tasks like background removal, upscaling, and color correction. It helps automate and enhance image workflows with powerful, developer-friendly tools.
- [Cloudinary](https://composio.dev/toolkits/cloudinary) - Cloudinary is a cloud-based platform for managing, uploading, and transforming images and videos. It streamlines media workflows and delivers optimized assets globally.
- [Cults](https://composio.dev/toolkits/cults) - Cults is a digital marketplace for 3D printing models, connecting designers and makers. It lets creators share, sell, and discover a huge variety of printable designs easily.
- [DeepImage](https://composio.dev/toolkits/deepimage) - DeepImage is an AI-powered image enhancer and upscaler. Get higher-quality images with just a few clicks.
- [Dreamstudio](https://composio.dev/toolkits/dreamstudio) - DreamStudio is Stability AI’s platform for generating and editing images with AI. It lets you easily turn ideas into stunning visuals, fast.
- [Fal.ai](https://composio.dev/toolkits/fal_ai) - Fal.ai is a generative media platform offering 600+ AI models for images, video, voice, and audio. Developers use Fal.ai for fast, scalable access to cutting-edge generative AI tools.
- [Html to image](https://composio.dev/toolkits/html_to_image) - Html to image converts HTML and CSS into images or captures web page screenshots. Instantly generate visuals from code or web content—no manual screenshots needed.
- [Imagior](https://composio.dev/toolkits/imagior) - Imagior is an AI-powered image generation platform that lets you create and customize images using dynamic templates and APIs. Perfect for businesses and creators needing fast, scalable visuals without design hassle.
- [Imejis io](https://composio.dev/toolkits/imejis_io) - Imejis io is an API-based image generation platform with powerful customization and template support. It lets you create and modify images in seconds, no manual design work required.
- [Imgix](https://composio.dev/toolkits/imgix) - Imgix is a real-time image processing and delivery service for developers. It helps you optimize, transform, and deliver images efficiently at any scale.
- [Kraken io](https://composio.dev/toolkits/kraken_io) - Kraken.io is an image optimization and compression platform. It helps you shrink image file sizes while keeping visual quality intact.
- [Logo dev](https://composio.dev/toolkits/logo_dev) - Logo.dev is an API and database for high-resolution company logos and brand metadata. Instantly fetch official logos from any domain without scraping or manual searching.
- [Miro](https://composio.dev/toolkits/miro) - Miro is a collaborative online whiteboard platform for teams to brainstorm, design, and manage projects visually. It streamlines teamwork by enabling real-time idea sharing, diagramming, and workflow planning in a single space.
- [Mural](https://composio.dev/toolkits/mural) - Mural is a digital whiteboard platform for distributed visual collaboration. It helps teams brainstorm, map ideas, and diagram together in real time.
- [Pexels](https://composio.dev/toolkits/pexels) - Pexels is a free stock library offering high-quality photos and videos via API. Instantly boost your app or website with stunning visuals for any use case.

## Frequently Asked Questions

### What is the Composio Universal CLI?

The Composio Universal CLI is a single command-line interface that lets coding agents and developers interact with 1000+ SaaS applications. It handles authentication, tool discovery, action execution, and trigger setup — all from the terminal, without needing to configure MCP servers.

### Which coding agents work with the Composio CLI?

Any coding agent that can run shell commands works with the Composio CLI — including Claude Code, Codex, OpenCode, OpenClaw, and others. Once the CLI is installed, agents automatically discover and use the composio commands to interact with Webflow and other connected apps.

### How is the CLI different from using an MCP server for Webflow?

MCP servers require configuration and can be token-heavy for complex workflows. The CLI gives agents a direct, lightweight interface — no server setup needed. Agents simply call composio commands like any other shell tool. It's faster to set up, more reliable for multi-step tool chaining, and works natively with how coding agents already operate.

### How safe is my Webflow data when using the Composio CLI?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Webflow data and credentials are handled as safely as possible. You can also bring your own OAuth credentials for full control.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
