What you receive
You receive two items from Sanas:RemoteSDK.h— the only header you include in your project.- The shared library for your platform:
libRemoteSdk.so(Linux),libRemoteSdk.dylib(macOS), orRemoteSdk.dll(Windows).
Compile and link
Requires C++17 or newer.LD_LIBRARY_PATH (Linux), DYLD_LIBRARY_PATH (macOS), or PATH / rpath (Windows).
Authentication
You authenticate with an API key from the Sanas Developer Console. The SDK uses this key to authenticate against the Sanas cloud and automatically resolve the correct server endpoint — no manual endpoint configuration is needed.Next: API Lifecycle
Learn the six-step sequence every integration follows.