@archastro/sdk
    Preparing search index...

    Interface MessagePolicy

    Controls visibility and canonical recipient selection for routine-emitted messages.

    interface MessagePolicy {
        recipients?: string[];
        visibility?: string;
    }
    Index

    Properties

    recipients?: string[]

    Required and non-empty for private visibility. Sources are additive. Routine owner includes the agent owner and optional user co-owner.

    visibility?: string

    Message visibility. One of default or private.