OpenAPI 3.1.02026-08-226994571.1 MB

1e929292ddd5

UI Settings

Update Ui Settings

Update UI-specific configuration flags. Only proxy admins are allowed to modify these settings.

patch/update/ui_settings

Request body

disable_model_add_for_internal_usersboolean

If true, internal users cannot add models from the UI

disable_team_admin_delete_team_userboolean

Prevents Team Admins from deleting users from the teams they manage. Useful for SCIM provisioning where team membership is defined externally.

enabled_ui_pages_internal_usersstring[] nullable

List of page keys that internal users (non-admins) can see in the UI sidebar. If not set, all pages are visible based on role permissions.

require_auth_for_public_ai_hubboolean

If true, requires authentication for accessing the public AI Hub.

forward_client_headers_to_llm_apiboolean

If enabled, forwards client headers (e.g. Authorization) to the LLM API. Required for Claude Code with Max subscription.

enable_projects_uiboolean

If enabled, shows the Projects feature in the UI sidebar and the project field in key management.

disable_agents_for_internal_usersboolean

If true, internal users cannot access agent management endpoints or the Agents page in the UI.

allow_agents_for_team_adminsboolean

If true, team admins are exempt from the agents disable restriction (only takes effect when disable_agents_for_internal_users is true).

disable_vector_stores_for_internal_usersboolean

If true, internal users cannot access vector store management endpoints or the Vector Stores page in the UI.

allow_vector_stores_for_team_adminsboolean

If true, team admins are exempt from the vector stores disable restriction (only takes effect when disable_vector_stores_for_internal_users is true).

scope_user_search_to_orgboolean

If enabled, the user search endpoint (/user/filter/ui) restricts results by organization. When off, any authenticated user can search all users.

Response

Successful Response

{"stackTrail":"paths:/update/ui_settings:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}