Skip to main content
POST
Start a build conversation

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Body

application/json
prompt
string
required
Example:

"Watch my CRM for new leads every 5 minutes and expose them"

name
string | null

Optional name. Auto-derived from the prompt if omitted.

auto_approve
boolean

Skip the one-time approval gate and build immediately (for automation).

Example:

false

skip_qa
boolean

Deploy without the pre-deploy review and post-deploy QA (faster, unverified). Self-heal still runs.

Example:

false

Response

Conversation started.

success
boolean
Example:

true

data
object

An AI build conversation. While requirements are missing it stays 'processing' then 'gathering' (with questions); once answered it generates code and the status becomes 'deployed' (with a builder) or 'failed'.