---
title: "Get Ui Config"
method: GET
path: "/.well-known/litellm-ui-config"
---

# Get Ui Config

`GET /.well-known/litellm-ui-config`

## Response `200`

Successful Response

- UiDiscoveryEndpoints
  - `server_root_path` string, required
  - `proxy_base_url` string, nullable, required
  - `auto_redirect_to_sso` boolean, required
  - `admin_ui_disabled` boolean, required
  - `sso_configured` boolean, required
  - `hide_default_credentials_hint` boolean
  - `is_control_plane` boolean
  - `workers` WorkerRegistryEntry[]
    - `worker_id` string, required
    - `name` string, required
    - `url` string, required

## Changes

- **2026-09-18** `082b5fabd909` — 1 info
  - added the optional property `hide_default_credentials_hint` to the response with the `200` status

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/.well-known/litellm-ui-config/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/7ed45f30a5f0?raw)
