Plugins
Not currently supported
Section titled “Not currently supported”EPOS does not currently support dynamic third-party plugins: there is no plugin marketplace, no ZIP/package installation mechanism, and no plugin runtime that loads third-party code into a running EPOS instance. See What is an EPOS Module for how EPOS is actually extended today (internally, as reviewed code shipped together with the product) and why that’s a different thing from a plugin system.
If you need to extend EPOS today
Section titled “If you need to extend EPOS today”The supported way to build on top of EPOS as an external party is the
/v1 API documented throughout this site - read data, build your own system
around it. There is currently no supported way to run your own code inside EPOS itself.
No plugin SDK is being previewed here
Section titled “No plugin SDK is being previewed here”This page intentionally does not describe a future Plugin SDK, extension points, or a marketplace concept - none of that is designed yet, and speculative documentation would be misleading. If a plugin system is built in the future, it will get its own documentation when it exists.