Webflow · Arazzo Workflow
Webflow Publish a Site
Version 1.0.0
Resolve a site, read its custom domains, and publish to those domains plus the Webflow subdomain.
Provider
Workflows
publish-site
Publish a site to its custom domains or the Webflow subdomain.
Lists sites, fetches the custom domains for the chosen site, and branches: when custom domains exist it publishes to the first one, otherwise it publishes to the default Webflow subdomain.
1
2
getCustomDomains
Read the custom domains registered for the site and branch on whether any exist.
3
publishToCustomDomain
Publish the site to the first registered custom domain. Returns HTTP 202 because publishing is queued asynchronously.
4
publishToSubdomain
Publish the site to the default Webflow subdomain when no custom domains are registered. Returns HTTP 202 because publishing is queued.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.