Organization settings
Organization settings are admin-only — reading or updating them requires being in a group with the
admin permission.
What you can change
- Name — the organization’s display name, shown across the UI.
- Settings — a JSON object for organization-level configuration. Today the only defined key
inside it is
ai, which holds your AI SQL generation configuration (encrypted API key and rate-limit override) — see AI provider configuration for that in detail.
[!NOTE] Updating settings is a partial merge under the
aikey specifically: whatever you send forsettingsis applied, but the existingaiconfiguration is always carried forward untouched unless you go through the dedicated AI settings endpoint. An unrelated settings change can’t accidentally wipe out your AI configuration.
The organization’s slug is visible on this page but isn’t editable — it’s assigned once, when the organization is created.
Where to go next
- AI provider configuration — the one settings sub-object with its own dedicated page.
- Roles and permissions — what
adminunlocks beyond organization settings.