Access and gates

publish_gate_design

Promote the site's draft gate design to the live design so visitors see it. Returns advisory content-review flags (non-blocking) and whether there were unpublished changes. Publishes the GATE DESIGN only, not page content: not a substitute for publish_site. Editor role.

Behaviour

Effect
Destructive. It can remove or overwrite existing data.
Repeat calls
Idempotent. Repeating the same call produces the same result.
Plan
Available on every plan, including free.

Parameters

NameTypeRequiredDescription
request_idstringYesUnique mutation ID. Reuse only to replay identical arguments.
site_iduuidYesSite UUID from list_sites.

Returns

NameType
site_iduuid
publishedtrue
had_unpublished_changesboolean
review_flagsarray of string
idempotency_replayfalse

Using it

publish_gate_design is called by an AI assistant connected to Sentway over MCP, not by hand. Point the assistant at the Sentway MCP endpoint and complete the OAuth flow, and the tool becomes available in the same session as the other 56 Sentway tools. See connecting over MCP.