The documentation explains that only the EnvironmentKey is required: https://docs.flagsmith.com/clients/server-side?language=dotnet
But the current nuget 8.0.0 is unable to connect to any server without setting the RequestTimeout explicit:
new(new FlagsmithConfiguration
{
EnvironmentKey = "MyEnvironmentKey",
RequestTimeout = 1
}