REST API

The editor shell exposes a REST API on port 4242. All responses are JSON.

Plugins API

EndpointMethodDescription
/api/pluginsGETList all loaded plugins
/api/plugins/:nameGETPlugin detail + manifest
/api/plugins/:name/enablePOSTEnable a plugin
/api/plugins/:name/disablePOSTDisable a plugin
/api/registry/pluginsGETPlugin registry (name, version, events)
/api/registry/eventsGETAll declared events with schemas

Events API

EndpointMethodDescription
/api/eventsGETAll registered event schemas
/api/events/namespace/:nsGETEvents in a namespace
/api/events/streamGET (SSE)Live event stream (Server-Sent Events)