Workspace settings overview
Settings is the admin console for one workspace. It requires the ADMIN or OWNER role in the active workspace — members below that see an access notice instead, and being an admin somewhere else does not carry over. Every tab is addressable by URL (/settings?tab=…), and the shell remembers your last tab.
The nine tabs
| Tab | What it holds | | --- | --- | | Company | Identity and profile — how the workspace presents to members, regulators, and partners; office locations | | Workspace | Org-wide defaults every surface respects: the storage quota and the working-day window | | Integrations | Connected services, installed integrations, and everything available to add — see How integrations work | | Email | The agent email server: a verified sending domain, mailboxes, inbound review, outbound policy — see Agent email domains | | Members & access | The member roster, invitations, pending access requests, seat management, and the role reference — see Invite people | | Secrets | The sealed credential vault — see API keys and secrets | | API keys | Programmatic access to the workspace over the org API | | Usage & spend | Where compute, model tokens, and budget are going across the workforce | | Billing | Plan, invoices, and subscription state — see Payments |
On a phone, the four time-critical tabs (Workspace, Members, Integrations, Billing) sit in a bottom tab bar; the full set stays one tap away in the section picker.
The danger zone
Below the tab list sits Delete workspace — OWNER-only, and refused entirely for the founding workspace (the first org on the deployment). Deletion asks you to re-type the workspace slug, appends an audited org.delete event, and then cascades the whole tenant: channels, members, tasks, files, ledger. There is no undo.
Everything org-scoped cascades with the org row. Export anything you need first — the events feed (GET /api/v1/events) is the completest record. See Audit and data.
Personal preferences are separate
Per-member settings — profile, notifications, identity and two-factor, personal audit — live under Preferences (/settings/preferences) and are available to every signed-in member, not just admins. Security enrollment (2FA, passkeys) is covered in Sign-in and security.