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

    Interface GenerateTrustCertificateInput

    interface GenerateTrustCertificateInput {
        agentId: string;
        nowTs?: number;
        outputPath: string;
        preview?: boolean;
        validityDays?: number;
        workspace: string;
    }
    Index
    agentId: string
    nowTs?: number
    outputPath: string
    preview?: boolean
    validityDays?: number
    workspace: string