Generate License Key

Create license keys for package installations

License Configuration

Configure the license key parameters

Optional: Bind license to specific tenant. Leave empty for flexible license.

Number of days until license expires (365 = 1 year)

Component Configuration

Specify which components are included

JSON object specifying which package components can be installed

Resource Limits

Define tenant resource increases

JSON object specifying resource limit increases for the tenant

About License Keys

  • • License keys are cryptographically signed with Ed25519 (to be implemented)
  • • Keys contain package ID, configuration, resource limits, and expiration
  • • Tenants activate keys via the marketplace before installation
  • • Keys can be pre-bound to a tenant or left flexible
  • • Expired or revoked keys cannot be activated

Implementation Note

License generation uses a placeholder Ed25519 signing implementation. In production, configure a secure Ed25519 private key in environment variables and update the signing function in the API endpoint.