Tools & Integrations

The LicenseChain ecosystem includes a Dashboard, API, 27+ SDKs, and ready-made bots and panels. Use this guide to pick the right tool and use the ecosystem efficiently.

Core platform

Dashboard

Web app to manage apps, licenses, products, and payments. Create API keys, configure webhooks, and view reports.

Open Dashboard โ†’

API

REST API for license verification, CRUD, hardware binding (HWUID), webhooks. All SDKs and bots call this API.

  • Use when: You integrate programmatically (SDK or direct HTTP)
  • Base URL: https://api.licensechain.app/v1
API Reference โ†’

SDKs โ€“ embed in your app

Official SDKs connect your app to the same API. They handle base URL, /v1, optional hwuid in verify, and webhook signature verification (HMAC-SHA256, constant-time).

Backend / Web

Node.js, JavaScript, Python, Go, Ruby, PHP, Java, C#, Rust, Perl, C++, VB

See SDK list โ†’

Mobile & desktop

Android, iOS, macOS, Unity, Luau (Roblox)

See SDK list โ†’
Full SDK Integration guide โ†’

Bots โ€“ support & self-service

Telegram Bot

Let users validate licenses, check tier, and open support tickets from Telegram. No separate login; link Telegram to Dashboard account for full access.

  • Validate license key in-chat
  • Display plan/tier and expiry
  • Support tickets and help
  • Webhook signature verification (HMAC-SHA256)
Telegram Bot guide โ†’

Discord Bot

Same capabilities as the Telegram bot for Discord servers: license validation, tier display, and support. Ideal for game or dev communities.

  • Validate license in Discord
  • Show plan and status
  • Support and tickets
  • HMAC webhook verification
Discord Bot guide โ†’
Full Bots guide โ†’

Product integrations

Mirror-SDK

Integrate LicenseChain checkout on your site (pay.licensechain.app). Verify redirect callbacks with HMAC-SHA256 using your callback secret.

Use when: You sell on your own site and want hosted checkout + signed redirects.

Mirror SDK guide โ†’

WooCommerce Checkout

WordPress/WooCommerce gateway plugin for LicenseChain Pay โ€” Mirror strict mode, validate API, subscription renewals.

Use when: Your store runs on WooCommerce.

WC Checkout guide โ†’

Quick decision

  • I want to manage licenses in a UI โ†’ Dashboard
  • I want to verify keys in my app โ†’ Pick an SDK (same API, optional hwuid)
  • I want users to validate in Telegram/Discord โ†’ Bots guide
  • I want to sell on my site with hosted checkout โ†’ Mirror-SDK (pay.licensechain.app)
  • I want hosted checkout on my site โ†’ Mirror SDK or WooCommerce Checkout