Skip to main content
Describe the site you want and Crevio builds it — then put it on a domain you own. This recipe goes from a one-line brief to a live site on a custom domain. Builds and deploys run asynchronously, so the pattern throughout is: kick off → poll a Task until it’s done.
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 prompt is the build brief — your brand, what you sell, the look and feel. It kicks off an AI engineering build.
The site exists immediately, but it’s still building. Note 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 is_live becomes true.
Once is_live is true, the website is reachable at its app_url. Now attach a custom domain.
3

Search for an available domain

Returns availability and pricing for matching domains.
4

Purchase the domain

Already own a domain elsewhere? Use 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 verified is true.
Once verified, your AI-built website is live on your own domain.
Building from your own GitHub repo instead of a prompt? Pass repository: "owner/repo" to POST /sites (then prompt is optional). Multi-site is a paid feature.

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.