Getting Started
Welcome to the ThriveTech Platform documentation. This section covers everything you need to integrate license management into your software product.
Integration Overview
- Get Your API Key — Sign up and create credentials in the dashboard
- Test Your Connection — Verify API access with a simple call
- Create a Product — Configure your product, pricing, and license types
- Integrate the SDK — Add license activation and validation to your app
- Go Live — Switch from sandbox to production
Integration Timeline
Most integrations take 1–3 days for basic functionality:
| Day | Activities |
|---|---|
| Day 1 | SDK setup, basic activation flow |
| Day 2 | Entitlements, offline support |
| Day 3 | Webhooks, error handling, testing |
Prerequisites
- A ThriveTech Platform account (sign up at thrivetechservice.com)
- Your API credentials (Dashboard → Settings → API Keys)
- Basic understanding of REST APIs
- Development environment for your target platform
Available SDKs
| Platform | Install Command |
|---|---|
| JavaScript/TypeScript | npm install @thrivetech/sdk |
| Python | pip install thrivetech-sdk |
| .NET (C#) | dotnet add package ThriveTech.SDK |
| Java | Maven: com.thrivetech:thrivetech-sdk:1.0.0 |
| Go | go get github.com/thrivetech/sdk-go |
| Ruby | gem install thrivetech-sdk |
Was this helpful?
