CW
Create Web Page
/page.create_from_brief
Create Landing Page From Brief
Create a hosted landing page draft from a structured brief. Accepts business name, category, layout, palette, primary action, explicit final-audience publicSect
liveverifiedunknown~5s typical
mcpprobedcreatewebpage
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-create-web-page-create-web-page /page.create_from_brief for me.
Input
| Field | Type | Description |
|---|---|---|
| businessName* | string | |
| bio | string | Optional short bio for the header. |
| businessType | string | Planning context only. Not rendered directly as public page copy. |
| preferredSlug | string | Desired URL path. Ask the user for it near the end of onboarding. Use normal letters, numb |
| layout | string (link_in_bio) | Defaults to 'link_in_bio'. |
| preset | string (classic_dark | sunset_gradient | editorial_serif | minimalist_light | local_business | bold_pop) | Style preset id, or 'auto' to infer deterministically. Defaults to 'auto'. |
| sourceUrl | string | Provenance reference only. |
| sourceHandle | string | |
| primaryGoal | string | Planning context only. Not rendered directly as public page copy. |
| audience | string | Planning context only. Not rendered directly as public page copy. |
| offer | string | Planning context only. Not rendered directly as public page copy; use bio and publicSectio |
| location | string | Public business address or service area intended for map/address actions, not direct body |
| publicWhatsapp | string | Public WhatsApp phone number explicitly supplied by the user or a public source. Do not us |
| publicPhone | string | Public business phone number explicitly supplied by the user or a public source. Do not us |
| publicBusinessEmail | string | Public business contact email explicitly supplied by the user or a public source. Do not u |
| style | string | Planning context only. Not rendered directly as public page copy. |
| mustInclude | array | Planning checklist only. Do not put section names, CTA labels, owner instructions, or priv |
| publicSections | array | Final-audience text sections to render on the public page. Write in the target language wi |
| initialPrompt | string | |
| locale | string |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-create-web-page-create-web-page","endpoint":"/page.create_from_brief","input":{"businessName":"..."}}'cli
npx cracked-ai run -p mcp-com-create-web-page-create-web-page -e /page.create_from_brief -i '{"businessName":"..."}'mcp
run_tool({ provider: "mcp-com-create-web-page-create-web-page", endpoint: "/page.create_from_brief", input: {"businessName":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.