v1

latestOpenAPI 3.1.02026-07-17325265.6 KB
Settings

Update daemon configuration

Update runtime daemon configuration such as Claude binary path

patch/config

Request body

claude_pathstring nullable

Path to Claude binary (empty string for auto-detection)

Example request

{
  "claude_path": "/usr/local/bin/claude"
}

Response

Configuration updated successfully

claude_pathstring required

Currently configured Claude path

claude_detected_pathstring

Automatically detected Claude path (may differ from configured)

claude_availableboolean required

Whether Claude is available at the configured path