A site build is driven by an AI Task.
POST /sites returns a build_task_id — that’s the Task doing the engineering work. You poll the site (or that task) until is_live is true.Recipe
Brief Crevio to build the site
The The site exists immediately, but it’s still building. Note
prompt is the build brief — your brand, what you sell, the look and feel. It kicks off an AI engineering build.build_task_id.Poll the build task until the site is live
Poll the task (or re-fetch the site) until the build finishes and Once
is_live becomes true.is_live is true, the website is reachable at its app_url. Now attach a custom domain.Purchase the domain
POST /domains/connect with { "domain": "flowstudio.fit", "site": "site_def456" } instead.Next steps
Tasks
The engine behind site builds — your AI workforce.
Launch a paid course
Add sellable products to your new site.
Autonomous outreach
Drive traffic to your site with a research-and-email agent.
API overview
The full set of primitives.

