Get a build conversation
Builders
Get a build conversation
The polling endpoint that drives the whole conversation. Call it repeatedly (~every 2-3 seconds) after starting a conversation or sending an answer.
Read status to decide what to do next:
processing— the builder is still working. Keep polling, do nothing else.gathering— it needs input. Showmessageandquestionsto the user, then POST to /answers.deployed— done. Thebuilderfield holds the running app (withpreview_url). Stop polling.failed— done unsuccessfully. Stop polling; start a new conversation with a revised prompt.
GET
Get a build conversation
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"