Skip to content

.NET SDK

The .NET gRPC SDK is the supported starting point for a game backend integration. It provides the generated matchmaker client and protobuf message types for the IVK Match API.

During onboarding, Invokation supplies the package source, package name, endpoint, and credentials for your account. Configure those values in the backend’s secret and application configuration, then create the generated gRPC client through the SDK.

The SDK does not move matchmaking into the game client. Keep ticket creation, outcome handling, and server provisioning in your backend. Follow the integration flow and use the matchmaking API reference for request and response semantics.

Additional language SDKs will appear in this section when available.