Examples
SDK initialization and flag evaluation patterns.
// Register SDK with environment API key at startup
var client = SoasapClient.Create("your-environment-api-key");
// Evaluate locally — no network on the read path
if (client.GetBool("new-checkout", false)) {
// new experience
}
Platform-specific guides: SDK Installation and Quick Start.