Actions and signals
Expose new triggers and operations to the automation engine.
Build plugins that add services, actions, signals and configuration UI without modifying the application core.
Plugin API 1.0.0 · App 0.1.x-alphaExpose new triggers and operations to the automation engine.
Describe settings and action inputs using host-rendered schemas.
Declare plugin identity, app compatibility, API compatibility and update metadata.
minHostApiVersion: 1.0.0./docs/0.1/plugin-sdk/first-pluginThe repository already contains Plugin Abstractions and SDK authoring documentation.
Declare Action fields with PropertyOptionProviderKeys.EntityReference(entityTypeId, fieldId). Streaming Hub keeps stable IDs at runtime, saves unique Entity names in projects and exported scripts, and resolves either ID or Name after template expansion. Duplicate names are allowed across unrelated types; an ambiguous name inside the candidates valid for one Action field is rejected.
The numeric host API version is 1.0.0, but schemas and packaging rules can still change before the stable application release. Read every release note before distributing an update.