Platform addons

Platform integrations connect external streaming or donation services to StreamKit+.

Manifest

Field Value
type platform.streaming or platform.donation
permissions Typically NETWORK_REQUEST, WEB_END_POINTS, dashboard permissions, etc.

Both types use the same install/enable flow in Settings → Addons (grouped by type).

Typical worker responsibilities

Addon-to-addon cooperation

Use addons.request / addons.onRequest and optional depends_on when one platform addon exposes data others need.

Settings

Declare user-facing fields with GenerateConfig. Hide secrets (tokens) by omitting editor on those keys.