Libraries

AuthlyX provides native libraries for every major platform. Each SDK ships with a complete example project so you can get running fast.

C#

C# SDK

.NET Core & Framework

Full-featured C# library supporting Console and WinForms applications. Covers authentication, license management, chat, cloud variables, and more.

Console AppWinForms.NET Core.NET Framework
C++

C++ SDK

Native Desktop

High-performance C++ library for native Windows applications. Zero-dependency core with optional CURL networking. Ideal for game launchers and system tools.

WindowsNativeMSVCMinGW
PY

Python SDK

Python 3.8+

Clean Python library with async support. Works in scripts, bots, and GUI applications. Ships with type hints and a full example project.

Python 3.8+AsyncType HintsCLI / GUI
JS

JavaScript SDK

Web & Node.js

Versatile JavaScript/TypeScript library for web apps and Node.js back-ends. Promise-based with comprehensive TypeScript typings.

BrowserNode.jsTypeScriptESM / CJS
RS

Rust SDK

Rust (Cargo)

Minimal Rust client example for AuthlyX v2 using reqwest. Great for fast native tools, launchers, and back-end utilities with strong safety guarantees.

RustCargoreqwestNative
GO

GO SDK

Go Modules

Simple Go client example for AuthlyX v2 using net/http. Perfect for small services, CLIs, and cross-platform binaries.

Gonet/httpCLICross-platform

Need a different language?

AuthlyX exposes a universal REST API — you can integrate it with any language or framework. Check the API Reference for the full endpoint specification.