---
title: "Get runtime app configuration"
method: GET
path: "/v1/cfg"
tags: ["Cfg"]
---

# Get runtime app configuration

`GET /v1/cfg`

## Response `200`

Current configuration values

- CfgDto
  - `visualDirectorMode` 'manual' | 'auto', required — Visual Director operating mode. "manual" → UI shows the on-demand "Show me the scene" button. "auto" → legacy behaviour where VD is evaluated after every assistant reply.
  - `visualDirectorOnDemandCooldownMessages` number, required — Number of chat messages that must elapse between two on-demand Visual Director requests (only meaningful when `visualDirectorMode` is "manual").
  - `visualDirectorEnabled` boolean, required — Whether the Visual Director feature is globally enabled on the backend. When false, no mode will allow image generation via VD.
  - `visualDirectorCustomModelsEnabled` boolean, required — Whether Visual Director is available for user-created (custom) characters. When false, VD is only available for public characters.
  - `lovmiaSeriesEnabled` boolean, required — Whether the Lovmia Series (shorts) section is visible in the web app. Driven by the WEB_FEATURES_ENABLED admin constant; when false the client must hide the section entirely (sidebar, tab bar, direct links).
  - `privateContentEnabled` boolean, required — Whether the Private Content section is available to THIS caller: the WEB_FEATURES_ENABLED admin constant must include it AND the user must have explicit content enabled. Always false for anonymous callers. When false the client must hide the section entirely.
  - `autoTopUpEnabled` boolean, required — Whether the auto top-up settings are operational (AUTO_TOPUP_SETTINGS_ENABLED admin constant). When false the client must render the settings section as "under construction" — the API also refuses to enable the toggle.

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
