Ektasi.Docs

Getting Started

Ektasi licensing has three moving parts:

  1. Your product ships with the License Guard (see SDK Integration).
  2. The License API (api.ektasi.io) verifies purchase codes, domain-locks them, and issues signed tokens.
  3. The Support Portal (support.ektasi.io) where buyers activate, download, manage their domain, and open tickets.

Quick flow

  1. A buyer purchases on a marketplace (Envato) or your own platform (a direct code).
  2. They paste the code into your product (or the portal). It calls POST /api/v1/license/validate.
  3. The product stores the returned license token and periodically calls home (/heartbeat).
  4. 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