Settings & Preferences
NimbleBrain organizes settings by scope — what each setting affects:
- You — your personal profile (theme, display name, timezone). Lives at
/profile, reached from the avatar menu at the top-left of the sidebar. - This Workspace — settings for the workspace you’re currently focused on (its name, members, instructions, app config, connectors, skills). Lives under
/w/<id>/settings/*. - Organization — admin-only settings that affect every workspace (model defaults, the workspace roster, user management, org-wide usage). Lives under
/org/*.
Open profile or sign out from the avatar menu at the top-left. Open workspace and org settings from the workspace navigator and the workspace settings nav.
Your profile (/profile)
Section titled “Your profile (/profile)”Reach your profile any time from the avatar menu at the top-left of the sidebar — click your avatar, then Profile settings. The profile surface is tabbed.
General (/profile/general)
Section titled “General (/profile/general)”- Display Name — how your name appears to teammates.
- Email — your login email (read-only).
- Role — your org-level role (read-only).
- Timezone — used for scheduling and time-related responses.
- Theme — System (follows your OS), Light, or Dark.
Click Save after making changes.
Skills (/profile/skills)
Section titled “Skills (/profile/skills)”Your personal skills — prompt-composition guidance the agent picks up across all your workspaces.
The avatar menu also has a Sign out action.
This Workspace
Section titled “This Workspace”This section reflects the workspace you’re currently focused on. Switch workspaces from the navigator at the top-left of the sidebar; the workspace settings update to match.
General (/w/<id>/settings/general)
Section titled “General (/w/<id>/settings/general)”- MCP Connection — your workspace ID, copyable. Use it when wiring up external MCP clients (Claude Desktop, VS Code, Cursor). Note that the
/mcpendpoint is identity-bound and does not require a workspace header. See Connecting External Clients. - Workspace Instructions — custom instructions injected into every conversation focused on this workspace. Only an admin member of this workspace can edit; everyone else reads — an organization admin who is not an admin member here gets no bypass. Guidance meant for every workspace in the organization belongs in an org-tier skill (Organization → Skills), not here.
Members (/w/<id>/settings/members)
Section titled “Members (/w/<id>/settings/members)”The list of who belongs to this workspace and their role. Managing membership requires being an admin member of that workspace — an organization admin who is not a member of it cannot add or remove people there, or view its roster.
Apps (/w/<id>/settings/apps)
Section titled “Apps (/w/<id>/settings/apps)”Per-bundle settings for the apps installed in this workspace. An app appears here only when its author registered a settings panel — otherwise the bundle has no settings UI to surface.
Some apps support custom instructions of their own — saved guidance the agent picks up whenever you’re using that app. When supported, the editor appears inside that app’s settings panel; the app owns storage and validation, and the platform includes the saved text in the agent’s system prompt on every turn. See the bundle-author docs for the other side of this.
Connectors (/w/<id>/settings/connectors)
Section titled “Connectors (/w/<id>/settings/connectors)”Browse and configure the workspace’s connectors — point-and-click OAuth integrations and managed connectors. Install a connector here to make its tools available to the agent in this workspace.
Skills (/w/<id>/settings/skills)
Section titled “Skills (/w/<id>/settings/skills)”Everything shaping your agent in this workspace, in one list, grouped into tiers by where it comes from: Yours (the skills you own here), You (your personal skills, which ride into every workspace), Organization (org-wide policy), and System (built-in). A segment filter above the list slices it to any one tier. Each row states at rest how the skill loads:
- Always on · every conversation — composed into the agent’s instructions on every turn.
- On tool match
<glob>— loaded when a matching tool comes into play. - On trigger “<phrase>” — loaded when the phrase appears in the conversation.
- Won’t auto-load yet — authored but no loading path reaches it, so it stays inert until you give it one.
Toggle any skill you own on or off, or expand a row to read and edit its body. Tiers you don’t edit here are read-only (shown with a lock) and link to where they’re managed — personal skills to your profile, organization skills to org settings, system skills are fixed. + Add a skill writes to the tier you own on this page.
Organization (admin only)
Section titled “Organization (admin only)”Visible only to organization admins and owners. Hidden from regular members. These settings live under /org/*, outside any workspace URL.
Model (/org/model)
Section titled “Model (/org/model)”Choose which AI models the agent uses across every workspace:
- Default model — primary model for chat.
- Fast model — cheaper, faster model for quick auxiliary tasks. Still give it a large context window, not just low latency/price — a
fastrequest carries the same tool surface as a normal one, so a small-context model starves conversation history (details). - Reasoning model — most capable model for complex analysis.
Plus runtime limits — max iterations and max input/output tokens — and the Extended Thinking control.
The Extended Thinking modes are:
- Default — adaptive for reasoning models, off otherwise.
- Off — never reason.
- Adaptive — the model decides per call.
- Enabled — always reason. Enabling this reveals a Thinking Budget Tokens field (minimum 1024), which counts toward Max Output Tokens.
Reasoning is billed as output tokens, and the agent’s reasoning shows up in chat as a collapsible Thought chip. See Chat.
Workspaces (/org/workspaces)
Section titled “Workspaces (/org/workspaces)”The org-wide workspace roster: create and delete workspaces, and see each one’s bundles and metadata. Managing a workspace’s members is not an org-admin power — it requires admin membership of that specific workspace, so the member list here is only available for workspaces you belong to as an admin.
To edit a workspace’s instructions, switch into it via the navigator and use This Workspace → General — and note that editing requires admin membership of that workspace.
Users (/org/users)
Section titled “Users (/org/users)”Manage user accounts at the organization level — change someone’s org role or remove a user.
Usage (/org/usage)
Section titled “Usage (/org/usage)”Organization-wide usage analytics:
- Cost over time — spending across a chosen period.
- Token breakdown — input, output, and cache usage.
- Model usage — which models the agent is using and what each costs.
- Activity stats — LLM calls, response times, and sessions: chats and automation runs counted separately, since an automation is not someone chatting. Cost excludes any call whose model has no known price, and says so when it does.
Custom-instruction layers
Section titled “Custom-instruction layers”Custom instructions stack from broad to narrow, and the agent reads them on every turn:
- Organization policy applies everywhere.
- Workspace Instructions (This Workspace → General) layer on top for the focused workspace.
- App custom instructions (This Workspace → Apps) apply when you’re using that app.
Sidebar layout
Section titled “Sidebar layout”The sidebar collapses with the toggle on its right edge (or ⌘B / Ctrl-B). Collapsing hides labels but keeps icons; expanding restores the full nav. Your avatar and the workspace navigator sit at the top-left; clicking the avatar opens a popover with Profile settings and Sign out.