AIRI Server API - v0.10.2
    Preparing search index...

    Interface PluginIdentity

    interface PluginIdentity {
        id: string;
        version?: string;
        labels?: Record<string, string>;
    }
    Index

    Properties

    Properties

    id: string

    Stable plugin identifier (shared across instances). Example: "telegram-bot", "stage-tamagotchi".

    version?: string

    Optional semantic version for the plugin. Example: "0.8.1-beta.7".

    labels?: Record<string, string>

    Optional labels attached to the plugin manifest. Example: { env: "prod", app: "telegram", devtools: "true" }.