build_site
Have ORIVOX's own AI build the site from a chat message -- the caller supplies no HTML. One call = one user message; Orivox owns the multi-turn conversation per project.
For clients with no model of their own (the Hugging Face Space front end). If YOU can author HTML yourself, prefer create_project + create_new_site: it is faster and does not spend the user's Orivox AI credits -- every build_site turn runs on Orivox's own AI and is metered against the user's account.
Call create_project first, then relay each user message here verbatim. Response phases:
"collecting": Orivox needs more detail -- show
reply(its clarifying question) to the user and call again with their answer."built": the site is live -- share
preview_url(andanswer, its own summary of what it built).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| project_guid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||