List readable configuration fields
The discovery call: returns the catalog of configuration fields the
caller may read — the api_readable schema allowlist intersected with
the caller’s per-section view permissions
(comerix.config.<section>.view). No values are returned; read one
with GET /api/v2/config/{path}.
Authorizations
Scoped personal access token (cfp_…), validated by the stateless
mcp and api_v2 firewalls. The effective permission is the
intersection of the user's ACL, the token's scopes, and tenant
isolation. The MCP gateway requires the matching mcp:* tool scope;
the /api/v2/* surface (including the Config read API) additionally
requires the api:full scope and an admin owner.
Response
The fields the caller may read. Cache-Control: no-store.