page.onboarding.start
ActiveTool of Create Web Page
Optional planning helper that returns category/layout/palette/primary-action choices and a quality checklist (it does NOT create a page). Use it only if you want those pickers; otherwise page.intake.start → page.create_from_brief is the simpler path. IMPORTANT: this flow is STATELESS — page.onboarding.update does not remember earlier calls, so each update must resend the FULL set of selections + knownFields gathered so far. As soon as you have a business name and a primary action, stop and call page.create_from_brief (you do not need to reach a 'ready' step).
Parameters schema
{
"type": "object",
"properties": {
"locale": {
"type": "string",
"description": "Preferred UI locale, such as es or en."
},
"originalRequest": {
"type": "string",
"maxLength": 12000
},
"suggestedSelection": {
"type": "object",
"properties": {
"source": {
"enum": [
"user_agent_inference",
"user_selected",
"imported_source"
],
"type": "string"
},
"confidence": {
"enum": [
"low",
"medium",
"high"
],
"type": "string"
},
"subCategory": {
"type": "string",
"description": "Normalized subcategory id valid for the selected mainCategory, for example health."
},
"mainCategory": {
"type": "string",
"description": "Normalized id from the AI client, for example physical-business or online-business. The app does not infer this from raw text."
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Create Web Page
https://github.com/daniel-lopez-puig/landings
1/7 registries