Webflow clone

Sites, collections, CMS items, and pages.

Webflow clone

Sites, collections, CMS items, and pages. Error responses use recorded fixture shapes — no live API calls.

Clone ID: webflow · Tier: fixture · Binary: clones-fixture

Start here

QuestionAnswer
Best forCMS agents that list sites, read collections, or publish CMS items.
Connect withRoute mode for api.webflow.com, REST at {base}/webflow/api/..., hosted https://{sessionId}.clones.molar.it/webflow/api, or MCP molar_clone_spawn
Known limitsRecorded responses only; unimplemented paths return 501; read-only by default unless promoted stateful
Seedsempty — apply on spawn or via molar_clone_seed

MCP tools

Fixture clones use shared control-plane tools — no vendor-specific MCP surface.

ToolDescription
molar_clone_spawnSpawn fixture session (kind: "webflow", optional seed)
molar_clone_seedApply a named seed to an existing session
molar_clone_routeMap api.webflow.com to the active session
molar_clone_stopTear down the session

See MCP server for world_snapshot, world_restore, and cross-clone tools.

REST API coverage

The clone handles these recorded endpoints (local base http://localhost:8000/webflow/api):

  • GET /v2/collections/coll_aaa111bbb222/items
  • GET /v2/sites
  • GET /v2/sites/site_abc123def456
  • GET /v2/sites/site_abc123def456/collections
  • GET /v2/sites/site_abc123def456/pages
  • POST /v2/collections/coll_aaa111bbb222/items

If your agent calls a path not in this list, the clone returns 501 unimplemented_in_clone and logs the request. Submit missing coverage via the dashboard Developers → 501 request form.

Seeds

SeedWhen to use
emptyStarting state for minimal / blank workspace scenarios
molar clones spawn webflow --seed empty

Connect

ModeURL pattern
Local RESThttp://localhost:8000/webflow/api{path}
Hosted RESThttps://{sessionId}.clones.molar.it/webflow/api{path}
Route modePoint api.webflow.com at the clone via molar_clone_route
DashboardClones explorer — filter by webflow

Set MOLAR_CLONE_WEBFLOW_URL for BYOC fleets.

See Fixture clones overview and API & SDK.