Atlas
Guides

Workspace Settings

Configure workspace-level preferences for query behavior, agent limits, and display options.

Workspace settings let admins configure how Atlas behaves for everyone in the workspace — query limits, agent behavior, display preferences, and safety controls. Changes take effect immediately for all workspace members.

Hosted platform

On app.useatlas.dev, workspace settings are managed entirely from the admin console. Self-hosted operators configure these via environment variables or atlas.config.ts — see Configuration and Environment Variables.

Prerequisites

  • A user with the admin or owner role

Accessing Settings

Navigate to Admin > Settings (/admin/settings). The settings page is split into sections, each controlling a different aspect of workspace behavior.


Query Settings

Control how the agent executes SQL queries against your connected datasources.

SettingDefaultDescription
Row limit1,000Maximum rows returned per query. Lower this to reduce load on your database
Query timeout30 secondsMaximum execution time per query. Queries exceeding this are cancelled

These settings apply to all queries — both interactive chat and scheduled tasks.


Agent Settings

Configure how the AI agent processes questions.

SettingDefaultDescription
Max steps25Maximum number of tool calls the agent can make per question (range: 1–100)

On the hosted platform, the LLM provider and model are managed by the platform. For workspace-level model overrides on Enterprise plans, see Model Routing.


Branding

Customize the look and feel of Atlas in your workspace from Admin > Branding (/admin/branding):

SettingDescription
LogoCustom logo URL displayed in the chat UI
Logo textText displayed alongside the logo
Primary colorAccent color used throughout the interface
FaviconCustom favicon URL

For full white-labeling (custom domain, colors), see White-Labeling.


Settings vs. Environment Variables

On the hosted platform, all configuration happens through the settings UI. You do not need to set environment variables or edit configuration files — Atlas manages the infrastructure for you.

For self-hosted deployments, workspace settings override environment variable defaults when an internal database is configured. See Configuration for precedence rules.


See Also

On this page