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
1
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.2
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.3
Search for an available domain
4
Purchase the domain
POST /domains/connect with { "domain": "flowstudio.fit", "site": "site_def456" } instead.5
Assign the domain to your site
The field is
site (not site_id).6
Verify the domain
Verification kicks off DNS setup and validation. It runs asynchronously — re-check until Once verified, your AI-built website is live on your own domain.
verified is true.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.

