Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface StartTrustDriftMonitorInput

    interface StartTrustDriftMonitorInput {
        agentId: string;
        alertThreshold: number;
        nowTs?: number;
        workspace: string;
    }
    Index
    agentId: string
    alertThreshold: number
    nowTs?: number
    workspace: string