post_website_build
ActiveTool of io.github.webberdesign/webbersites-x402-data-api
WHOLE-SITE generator — up to 6 finished, consistent HTML pages in one call. POST a site name, shared branding (colors, logo, footer), and a pages[] array (each with page_name, headline, content sections, hero images); one seed styles every page identically and a shared nav linking all pages is built automatically. Returns ready-to-upload files plus nav.json. The multi-page version of /api/website/page. ($0.05 per call, paid via x402)
Parameters schema
{
"type": "object",
"required": [
"site_name",
"pages"
],
"properties": {
"logo": {
"type": "object",
"description": "Auto-generate mark: {query, colors, shape}"
},
"seed": {
"type": "string",
"description": "Style seed — omit for random; returned so you can add pages later"
},
"pages": {
"type": "array",
"description": "1-6 pages: [{page_name, headline, title, caption, tagline, hero_images, content, cta}]"
},
"colors": {
"type": "array",
"description": "1-2 accents, hex or CSS names"
},
"footer": {
"type": "string",
"description": "Footer text (all pages)"
},
"logo_url": {
"type": "string",
"description": "Nav logo image URL"
},
"template": {
"type": "string",
"description": "horizon, split, or editorial; omit to let the seed choose"
},
"site_name": {
"type": "string",
"description": "Brand/site name (required)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.webberdesign/webbersites-x402-data-api
https://github.com/webberdesign/api.webbersites.com
1/7 registries