---
title: "Read the daemon-owned user preferences"
method: GET
path: "/api/v1/settings"
tags: ["settings"]
---

# Read the daemon-owned user preferences

`GET /api/v1/settings`

## Response `200`

OK

- SettingsResponse
  - `chatHarnesses` string[], required
  - `client` string, required
  - `cloudControlPlaneUrl` string, required
  - `cloudEnabled` boolean, required
  - `cloudOffering` boolean, required
  - `defaultSessionMode` 'chat' | 'tui', required
  - `localEnabled` boolean, required

## Other responses

- `500` — Internal Server Error
- `501` — Not Implemented

## Changes

- **2026-08-27** `aa522b7cea0f` — 5 info
  - added the required property `client` to the response with the `200` status
  - added the required property `cloudControlPlaneUrl` to the response with the `200` status
  - added the required property `cloudEnabled` to the response with the `200` status
  - added the required property `cloudOffering` to the response with the `200` status
  - …1 more
- **2026-08-06** `d8396ad2c721` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/settings/get.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/revisions/09f65272fe44/schema)
