Skip to Content
🎉 New release with new features and improvements! V0.0.4 Release →

Plugins API

The Plugins API provides endpoints for installing and managing plugins in the BSH Engine. Plugins allow extending the engine with custom entities, schemas, configurations, and data.

Plugins can be loaded from ZIP files uploaded via the API or from JAR resources bundled with the engine (e.g., the core plugin).

Base Endpoint

/api/plugins

Endpoints

MethodEndpointDescription
POST/api/plugins/install/zipInstall a plugin from an uploaded ZIP file
POST/api/plugins/install/coreReinstall the built-in core plugin

See Also