Sites

create_site

Create a new draft site for the caller's account and return the generated subdomain slug. Use when the model needs a new site container before authoring pages. Do not use to rename or replace an existing site.

Behaviour

Effect
Write. It creates or updates data in the account.
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; use a new ID for changed arguments or after E_CONFLICT.
namestringYesDisplay name for the new site; Sentway generates the slug.

Returns

NameTypeDescription
siteobject
idempotency_replayboolean

Using it

create_site 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 38 Sentway tools. See connecting over MCP.