This page is a complete map of Doxbrix settings — where each option lives and what it controls. Settings are organized into three scopes: personal (just you), workspace (your whole organization), and project (one documentation project).
Settings scopes
| Scope | Applies to | Who can change |
|---|---|---|
| Personal | Your account only | You |
| Workspace | All projects and members | Owners and Admins |
| Project | One documentation project | Project Editors and above |
Personal settings
| Area | Controls |
|---|---|
| Personal | Your profile and account details. |
| API tokens | Personal access tokens for the CLI and API. |
Workspace settings
Found under Settings → Workspace (Owners and Admins):
| Area | Controls | Reference |
|---|---|---|
| General | Workspace name, logo, default locale | — |
| Members | Invite members, assign roles, manage groups | Members & roles |
| Single Sign-On | Connect an identity provider, verify the email domain, require SSO | Single sign-on (SSO) |
| AI policy | Models, budgets, autonomy, style, data boundaries | Workspace AI policy |
| Usage | Token wallet, grant, and packs | Usage |
| Billing | Plan, seats, payment, invoices | Billing & plans |
Project settings
Found in each project under Settings → Project (/settings/project):
| Section | Controls | Reference |
|---|---|---|
| General | Project identity, slug, visibility, ownership | Projects |
| Branding | Colors, fonts, logos, theme mode, footer identity | Branding & themes |
| Localization | Default language, locales, URL structure | Multi-language |
| Editor Configuration | Editor mode, source mode, formatting defaults | Editor overview |
| Custom Domains | Connect a domain, DNS records, SSL | Custom domain |
| Publishing Controls | Canonical URL, robots, sitemap, unpublished handling | SEO & site layout |
| Reader Access | Reader mode (public/private), preview access, authentication | Visibility & access |
| Site Layout | Documentation or Help Center layout | SEO & site layout |
| Footer builder | Build and publish a site footer | Branding & themes |
| Reader Experience | Prev/next, language-switch placement, top-nav branding, support CTA | Branding & themes |
| Assistant | Reader assistant name, greeting, behavior, handoff, limits | Site assistant |
| SEO & Social | Meta title template, descriptions, OG image, locale alternates | SEO & site layout |
| Content Governance | Approval, reviewers, ownership, freshness | Content governance |
| Feedback Workflows | Helpfulness, comments, article requests, unresolved questions | Feedback widgets |
| Support & Ticketing | Connect a help desk for ticket creation | Support handoff |
| Git Sync | Connect a GitHub/GitLab repo for two-way sync | Connect GitHub / GitLab |
| API Tokens | Project-scoped tokens for the CLI and API | API authentication |
| Members | Project-scoped roles and reviewers | Members & roles |
API tokens
API tokens authenticate the CLI, the MCP server, and direct API calls:
- Personal tokens — scoped to your user and permissions.
- Project tokens — created in Settings → Project → API Tokens, scoped to one project, for the
dxbCLI and/api/v1.
Treat API tokens like passwords. Store them in a secret manager, never commit them to source control, and revoke any token you suspect is exposed.