Skip to Content
Atlas Studio IDEConfiguration

Configuration

Settings Overview

Open Settings via:

  • macOS: Cmd + , or Atlas Studio menu → Preferences
  • Windows/Linux: Ctrl + , or File → Settings

Settings are stored locally at:

  • macOS: ~/Library/Application Support/Atlas Studio/preferences.json
  • Windows: %APPDATA%\Atlas Studio\preferences.json
  • Linux: ~/.config/Atlas Studio/preferences.json

AI Model Configuration

Atlas Studio supports multiple AI providers and model tiers.

Model Tiers

TierUse CaseCredits/RequestLatency
FastScripts, lookups, ticket triage< 2s
BalancedRunbooks, workflows, code review< 8s
Deep ReasoningRCA, architecture review, multi-step debug< 30s

Set the default in: Settings → AI → Default Model Tier.

You can override the tier per-agent or per-prompt.

BYOM (Bring Your Own Model)

The Coding Agent is free with BYOM — use your own API key:

// Settings → AI → BYOM { "provider": "openai", "apiKey": "sk-...", "model": "gpt-4o", "baseUrl": "https://api.openai.com/v1" }

API keys are stored encrypted in the OS keychain (Keychain on macOS, Credential Manager on Windows, Secret Service on Linux). They are never stored in plain text or sent to Atlas servers.


Data Directory

By default, Atlas Studio stores its SQLite database and local data in:

PlatformPath
macOS~/Library/Application Support/Atlas Studio/data/
Windows%APPDATA%\Atlas Studio\data\
Linux~/.local/share/Atlas Studio/data/

Custom data directory

Set ATLAS_DATA_DIR environment variable before launching:

# macOS / Linux ATLAS_DATA_DIR=/mnt/shared/atlas-studio /Applications/AtlasStudio.app/Contents/MacOS/AtlasStudio # Windows (PowerShell) $env:ATLAS_DATA_DIR="D:\SharedAtlasData" & "C:\Program Files\Atlas Studio\AtlasStudio.exe"

This is useful for:

  • Pointing multiple IDE instances at a shared dataset
  • Storing data on a faster NVMe drive
  • Enterprise-managed profile paths

Web Portal Connection

The Desktop IDE can connect to your Web Portal to sync workflows, credentials, and team settings.

Settings → Web Portal → Portal URL → https://studio.atlastechlab.com

Once linked:

  • Workflows created locally sync to the Web Portal
  • Vault credentials are available in both
  • Team members can see workflow status from the portal

Telemetry and Privacy

Atlas Studio collects anonymous usage telemetry (crash reports, feature usage counters) by default.

To disable:

  • Settings → Privacy → Telemetry → Off
  • Or set ATLAS_TELEMETRY_DISABLED=1 environment variable

No source code, workflow definitions, credentials, or personally identifiable data is ever sent.


Environment Variables Reference

VariableDescriptionDefault
ATLAS_DATA_DIRLocal data storage pathOS-specific default
ATLAS_TELEMETRY_DISABLEDDisable telemetry (set to 1)0
ATLAS_LOG_LEVELLog verbosity: error, warn, info, debuginfo
ATLAS_CP_URLOverride Control Plane URLhttps://atlasaiop.com
ATLAS_PORTAL_URLOverride Web Portal URLhttps://studio.atlastechlab.com
HTTPS_PROXYHTTP/HTTPS proxy
NO_PROXYProxy bypass listlocalhost,127.0.0.1

Keyboard Shortcuts

ActionmacOSWindows/Linux
Open SettingsCmd+,Ctrl+,
New WorkflowCmd+NCtrl+N
Run Active AgentCmd+EnterCtrl+Enter
Stop AgentCmd+.Ctrl+.
SearchCmd+KCtrl+K
Command PaletteCmd+Shift+PCtrl+Shift+P
Toggle SidebarCmd+BCtrl+B
Switch to RCA AgentCmd+1Ctrl+1
Switch to Runbook AgentCmd+2Ctrl+2
Switch to Workflow AgentCmd+3Ctrl+3
Switch to Coding AgentCmd+4Ctrl+4
Switch to Dashboard BuilderCmd+5Ctrl+5
Switch to Report GeneratorCmd+6Ctrl+6
Switch to Data AnalyzerCmd+7Ctrl+7