DocsEnterpriseEnterprise features
EnterpriseEnterprise

Enterprise features

Overview of the enterprise-only routes and plugin-backed capabilities present in this repository.

Source of truthserver/engine/ee/init.goserver/engine/internal/registry/registry.go

Enterprise builds register extra features through the same engine binary. The current plugin set in this repository includes:

  • session replay
  • billing and subscriptions
  • SAML/SSO
  • audit logs

How enterprise mode is activated

The engine imports the enterprise module only when the enterprise build tag is active. That import registers the EE plugins into the runtime feature registry.