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
adminorownerrole
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.
| Setting | Default | Description |
|---|---|---|
| Row limit | 1,000 | Maximum rows returned per query. Lower this to reduce load on your database |
| Query timeout | 30 seconds | Maximum 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.
| Setting | Default | Description |
|---|---|---|
| Max steps | 25 | Maximum 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):
| Setting | Description |
|---|---|
| Logo | Custom logo URL displayed in the chat UI |
| Logo text | Text displayed alongside the logo |
| Primary color | Accent color used throughout the interface |
| Favicon | Custom 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
- Admin Console — full admin page reference
- Model Routing — per-workspace LLM configuration
- White-Labeling — custom branding and domains