Activate license key
activate_licenseActivate a commercial license by pasting a signed key or providing your purchase email and order ID. Verification happens offline, enabling write operations.
Instructions
Activate a commercial license. Two modes — provide exactly one: (1) key, a signed license key string pasted from the licensor; or (2) email + orderId from your purchase receipt, in which case the server fetches the signed key for you from the featureboard.ai claim API (a single outbound HTTPS POST carrying just that email + order id) and then verifies it exactly the same way as a pasted key. Either way, verification itself is fully offline. Unblocks writes for commercial use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | The signed license key string (pasted-key mode). Omit if using email + orderId. | |
| No | Receipt email from your purchase (activation-by-order mode). Requires orderId; omit if passing key. | ||
| orderId | No | Order id from your purchase receipt (activation-by-order mode). Requires email; omit if passing key. |