Skip to content

SDKs

Konfigo ships official client SDKs for three languages. Each SDK discovers configuration schemas from your code, registers them with the backend, loads the current snapshot, and keeps values up to date over a long-lived gRPC stream.

SDK Package Discovery mechanism
.NET Konfigo.Client / Konfigo.Abstraction (NuGet) [ConfigGroup] / [ConfigKey] attributes
Go github.com/maximiliysiss/konfigo/packages/go konfigo struct tags
Python konfigo (PyPI) @config_group / config_key decorators

See the Samples page for minimal runnable applications using each SDK.