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 ai key specifically: whatever you send for settings is applied, but the existing ai configuration 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