Getting Started
Ektasi licensing has three moving parts:
- Your product ships with the License Guard (see SDK Integration).
- The License API (
api.ektasi.io) verifies purchase codes, domain-locks them, and issues signed tokens. - The Support Portal (
support.ektasi.io) where buyers activate, download, manage their domain, and open tickets.
Quick flow
- A buyer purchases on a marketplace (Envato) or your own platform (a
directcode). - They paste the code into your product (or the portal). It calls
POST /api/v1/license/validate. - The product stores the returned license token and periodically calls home (
/heartbeat). - Premium features are gated server-side via
/entitlement— a nulled copy gets nothing.
Providers
envato— verified against the Envato Author API (item-id bound, refund-aware).direct— codes you issue for your own platform sales (forgery-proof, revocable).- The registry is extensible — add Gumroad/Paddle/etc. without touching the flow.
Next: License API Reference · SDK Integration · Anti-Nulling