Agent Armor API Reference
    Preparing search index...

    Interface PatternDatabase

    The full pattern database, versioned for update tracking.

    interface PatternDatabase {
        detectors: Record<string, PatternEntry[]>;
        updatedAt: string;
        version: string;
    }
    Index
    detectors: Record<string, PatternEntry[]>

    All patterns grouped by detector ID

    updatedAt: string

    ISO date when these patterns were last updated

    version: string

    Semver version of this pattern set