Webflow · Arazzo Workflow
Webflow Scaffold a CMS Collection
Version 1.0.0
Pick a site, create a Collection, add a custom field, then seed it with a first item.
Provider
Workflows
scaffold-cms-collection
Create a Collection on a site, add a field, and seed a first item.
Lists the sites the token can access, creates a Collection on the chosen site, extends the Collection schema with a custom field, and writes a first item into the Collection as a draft.
1
listSites
List all sites the access token can reach so a target site is available when none was explicitly provided.
2
createCollection
Create a new Collection on the target site with the supplied display and singular names.
3
addField
Add a plain-text custom field to the new Collection's schema so items can carry an extra value beyond name and slug.
4
seedItem
Create the first item in the new Collection as a draft using the supplied name and slug.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.