Developing SAMSON Extensions#
SAMSON has an open architecture: you can extend it with your own tools, workflows, and interfaces, then distribute them privately or publicly through SAMSON Connect.
Use this section if you want to:
- build new SAMSON Extensions in C++
- automate workflows and create apps with the Python API
- find the right developer guide before starting a new extension project
Note
SAMSON Extensions are modules for SAMSON, developed thanks to the SAMSON SDK, and distributed on SAMSON Connect. SAMSON Extensions are what makes SAMSON useful: without any extension, SAMSON cannot even create an atom, open a file, etc.
Learn more from Developer Guide: SAMSON Extensions