Skip to main content
The C# SDK is not published on NuGet yet. Use it from source for now.

Requirements

  • .NET 8+
  • Access to this repository

Install from local source

  1. Regenerate generated files (optional but recommended after API changes):
pnpm openapi:gen:csharp
  1. Add these files to your project:
  • packages/sdk/sdk-csharp/Client.cs
  • packages/sdk/sdk-csharp/src/gen/Client.cs
  • packages/sdk/sdk-csharp/src/gen/Models.cs
  • packages/sdk/sdk-csharp/src/gen/Operations.cs
This gives you the preview wrapper plus generated operations.
Last modified on February 17, 2026