Workspace settings
Workspace-wide configuration — name and logo, connected Console accounts, Developer mode, danger zone.
Workspace settings live at /settings and apply to every project in the workspace. The page has four tabs in the left rail. Account-level concerns (per-account billing across workspaces, profile) live in the Insites Console, not here.
General
- Workspace name — the human-readable name shown in the workspace switcher and on invoices.
- Workspace logo — replace or remove the workspace's logo. Used on the dashboard and as the default on new projects.
Console accounts
Insites Console accounts that this workspace can deploy to. Each connected account makes its instances available as deploy targets in projects. When creating a new instance, Studio asks which account to use if more than one is connected.
Developer mode
A single switch that activates a curated bundle of power-user behaviours in Studio. Defaults are tuned for non-developers; flipping this opts in to the full set:
- Code accordion expanded — every AI change shows its diff inline, opened by default.
- Approval gate with inline diff — replaces the soft "Looks good, apply" confirm with a real review step. See Approval mode.
- AI model picker — choose between Opus / Sonnet / Haiku per session.
- Raw GraphQL and Liquid editing — edit data queries and templates directly alongside the chat.
- Edit AI patches before applying — tweak the proposed code in the diff card before approving.
- Direct Edit shows bindings — hover or select an element to reveal its underlying Liquid or component binding.
Flip back any time. Your work and history are not affected.
Danger zone
Archive the workspace. Archive is reversible from the Console.
Where this lives in code
app/settings/page.tsx— the settings UI.