---
title: "Get Public System Config"
method: GET
path: "/v1/system/config/public"
tags: ["system-config"]
---

# Get Public System Config

`GET /v1/system/config/public`

Return ONLY the whitelisted public flags from system_config.

Used by the dashboard to decide which beta features to render
entry points for. Any authenticated user can read this; the
contract is that only safe-to-expose flags appear in the
`_PUBLIC_SYSTEM_CONFIG_KEYS` whitelist.

If a whitelisted key isn't set in `system_config` we return it
as `false` rather than omit it — that way the frontend can
branch on `cfg.foo === true` without a separate "is the key
set?" check.

## Response `200`

Successful Response

- object

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
