Answer the build conversation
Reply to the questions the builder asked while in gathering. Send everything as one free-text message — you can answer several questions in a single sentence (e.g. ‘Use stored Zoho credentials, EU region, every 5 minutes, always-on’).
This is step 4 of the conversation loop (see POST /api/v1/builder-agents):
- Only valid while the conversation is
gathering. Answering aprocessingconversation is rejected (it’s still working on the previous turn); adeployedone is rejected (already finished). - The call returns immediately with
status: processing— your answer is queued and the builder resumes in the background. - Then poll
GET /api/v1/builder-agents/{uuid}(~2-3s) again: it returns either the nextgatheringround (moremessage+questions) or a terminaldeployed/failed.
Repeat answer → poll until the status is deployed (the builder field has the live app + preview URL) or failed.
After it’s deployed: the conversation isn’t locked — to change the live app, send your request to POST /api/v1/builder-agents//rebuild (this endpoint only handles the question phase and returns 409 once deployed).
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Path Parameters
Body
"Use my stored Zoho credentials; region EU; every 5 minutes."