SDKs
Official client libraries for five languages. Each SDK wraps the GeckoGuard API and signs requests + verifies responses for you.
| Language | Package | Guide |
|---|---|---|
| JavaScript / TypeScript | @geckoguard/sdk | Guide |
| Python | geckoguard | Guide |
| C# / .NET | GeckoGuard | Guide |
| Go | github.com/Uncle-Cole/GeckoSDK/go | Guide |
| C++ | header-only, CMake | Guide |
For the full request/response shape of every endpoint, see the API Reference.
API keys
Every SDK call authenticates with a product-scoped API key. Generate one in the dashboard under Products → [product] → API Keys and scope it to what the client actually needs — license:authorize is the minimum for desktop clients. Never ship a write-scoped key.