Every new account automatically gets a 7-day free trial with full access to the installer, all CLI binaries, the VS Code extension, and an API key for CI. No credit card, no automatic renewal.
Creating an account
On /Account/Register you fill in three fields and accept the Terms and Conditions:
- Email: This is also your login name. We immediately send a confirmation link there. You cannot sign in until you click that link.
- Display name: Shown in the portal UI. You can change it at any time.
- Password: At least 12 characters, upper and lower case letters, and one digit. A special character is not required. The password is transmitted over the encrypted connection and stored only as a modern hash, never in plaintext.
- Terms and Conditions: a mandatory checkbox. Registration is rejected without it.
After submitting you land on a confirmation page. Click the link in the email; it is valid for 24 hours. If the email does not arrive (spam folder, wrong address), you can request a new link via "Re-send". The page responds the same way whether or not the address is registered, so a typo in the address does not produce an error message — double-check the address itself.
What the trial includes
The trial starts when you register and runs for seven days; confirming your email unlocks sign-in, but does not restart the clock. Once signed in, you can use everything in the portal sidebar:
- Downloads: Windows installer, CLI for all four platforms, VSIX
- API keys: any number, each with an individual lifetime
- Profile: manage email, password, and display name
- Dashboard with a current subscription overview
What happens after 7 days
When the trial expires, your access to subscription-gated features ends. You can still sign in, but:
- The GitHub Action / CLI receives
402 Payment Requiredwith a renewal notice on the next license or CLI download request. - Downloads in the portal are no longer available.
- API keys remain in place and still work for rule and profile reads; only subscription-gated endpoints such as CLI download and CI license stop working.
A banner in the portal shows the remaining trial days and turns into an upgrade warning three days before expiry. To purchase a paid subscription, pick a plan on the billing page — checkout is self-service.
Account deletion and email blacklist
When you delete your account on the profile page, a salted hash of your email address is added to a blacklist alongside the removal of your user record. Re-registration with the same address will be rejected — if you have exercised your right to be forgotten, your old record should not be accidentally brought back to life by a random replay.
The email itself is not stored.
If you want to come back after deleting your account, use a different address or write to us at [email protected] and we will remove the entry manually.