Settings

The Settings panel in the desktop app lets you configure your gateway connection, manage API keys, adjust the appearance, and customize keyboard shortcuts. Open Settings from the gear icon in the sidebar.

Settings Sections

Account

  • User profile: Your name, email, and organization
  • Sign out: End your current session

Gateway

  • Gateway URL: The endpoint for AI requests (default: https://api.workjet.dev)
  • Connection status: Real-time indicator showing gateway reachability

API Keys

  • Current key: Masked display of the active API key
  • Enter key: Input field for pasting a new API key
  • Validation: Automatic check against the gateway on entry

Appearance

  • Theme: Dark (default) or High Contrast
  • Zoom level: Slider from 50% to 200%
  • Font size: Adjustable base font size for the UI

Keyboard Shortcuts

View all available keyboard shortcuts. See the full list in the Configuration guide.

About

  • App version number
  • Tauri framework version
  • Update status and "Check for Updates" button

Persistence

Settings are stored in localStorage and persist across sessions. Credentials are stored separately in the OS keychain for security. All settings take effect immediately without requiring a restart.

Next Steps