Getting Started
Admin Panel
Settings
Search for a command to run...
The builder chat is the primary interface for describing changes. The model uses tools to read and write workspace files, run commands, and continue until the task is done or limits are hit.
Location: Builder panel → Chat (same page as workspace)
Type a natural-language request (for example “Add a pricing section with three tiers”). The assistant streams the response and may show tool progress (file writes, terminal runs).
If Builder Settings allows model selection, users pick a configured provider/model from the builder UI. Otherwise everyone uses the platform default.
Each turn consumes credits from the user’s balance. Insufficient credits block new messages until the user upgrades or an admin grants credits. See Credits.
Server limits (in config/deepbuild.php) include:
npm run buildWhen verification is enabled, a failed build may start a background fix stream.
Chat and agent streams use authenticated routes under /dashboard/projects/{uuid}/chat/ and /agent/. These require an active session and correct project ownership.
OPENAI_TIMEOUT_MS, etc.) to avoid hung sessions