v1

latestSwagger 2.02026-07-175445133.1 KB
claude

Get Claude settings

Returns Claude Code configuration settings including theme, authentication status, and other metadata

get/v1/claude/settings

Response

OK

hasCompletedOnboardingboolean

Whether user has completed onboarding

isAuthenticatedboolean

Whether user is authenticated (has userID)

notificationsEnabledboolean

Whether notifications are enabled

numStartupsinteger

Number of times Claude has been started

theme'dark' | 'light' | 'dark-daltonized' | 'light-daltonized' | 'dark-ansi' | 'light-ansi'

Current theme setting

versionstring

Version string derived from lastReleaseNotesSeen

Example response

{
  "hasCompletedOnboarding": true,
  "isAuthenticated": true,
  "notificationsEnabled": true,
  "numStartups": 15,
  "theme": "dark",
  "version": "1.2.3"
}