Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
This feature is not part of the community edition: it needs to be unlocked.
Server extension
Atoti Server extensions are developed in Java and packaged asJARs.
They can register:
- measure plugins which can then be used in Python with
atoti.plugin_measure(). - Spring webservices.
UI extension
Atoti UI extensions are developed in JavaScript/TypeScript. They can change the behavior of the web app or augment it with new features.Branding
The Atoti branding can be replaced with a custom one (also called white-labeling):
UI app extension
There are some prebuilt extensions inatoti.app_extension.
For instance:

atoti.SessionConfig.app_extensions to learn how to create your own extensions.