Enterprise licenses
A self-hosted install runs Community edition by default — free, with unlimited AI Employees and Routines. Activating a Genosyn Enterprise license turns on the features Community leaves off, verified entirely offline.
What Enterprise adds
- Single sign-on — instance-wide SSO via Google or any OpenID Connect provider, configured at
Admin → SSO. See the SSO section of Configuration. - Audit log — the complete, append-only trail of every change made by members and AI Employees, under each company's Settings → Audit log.
- Priority support from the Genosyn team.
Everything else — every AI Employee, Routine, integration, and section of the product — is identical in Community. Without a license, the gated pages show an “available in Genosyn Enterprise” card instead of the feature, and audit history keeps being recorded in the background so nothing is missing when you upgrade. On Genosyn Cloud the same two features come with the Scale plan instead — see Plans & billing.
Getting a license
Write to enterprise@genosyn.com or start from genosyn.com/pricing. You receive a single license key — a long string starting with genlic1. — sized to your company, with an expiry date and optionally a seat count.
Activating
A master admin opens Admin → License, pastes the key into the License key field, and clicks Activate. That is the whole process — no restart, no outbound call. The status card at the top flips from Community edition to Genosyn Enterprise and shows:
- Licensed to
- The company name the license was issued to.
- Expires
- The license's expiry date.
- Seats
- How many AI Employees the license covers, next to how many are in use — for example “Licensed for 25 AI Employees · 12 in use”. This is informational: the software never blocks a hire over it. A license without a seat count shows “Unlimited AI Employees”.
- Evaluation
- A badge shown when the license is a time-boxed evaluation.
Remove license returns the install to Community edition: SSO and the Audit log turn off until a license is activated again, and nothing is deleted.
Expiry works differently for the two kinds of license. A paid license expires soft: features stay on past the date, and the status card shows a renewal warning — a paying customer never loses SSO the day a renewal slips. An evaluation license expires hard: the day it lapses, enterprise features turn off until you activate a full license.
For Genosyn staff: issuing licenses
Licenses are issued at Admin → Enterprise Licenses on the install that holds the Ed25519 signing private key — in practice, genosyn.com's own cloud. A keypair is generated with npm run license:keygen; the private key is stored encrypted and never shown again. Issuing a license returns the full signed key exactly once — only a masked preview is kept in the issued-licenses table — so it is copied and delivered to the customer on the spot.
See also
- Plans & billing — the three shapes and the Genosyn Cloud Plans.
- Configuration → SSO — setting up single sign-on once it is unlocked.
- Kubernetes — running the install the license activates on a cluster.