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

    Interface IngestInput

    interface IngestInput {
        data: Record<string, unknown>;
        format: IngestFormat;
        provenance?: string[];
        signature?: string;
        sourceSystem: string;
        timestamp: string;
    }
    Index
    data: Record<string, unknown>

    Raw data from the external system

    format: IngestFormat

    Source format

    provenance?: string[]

    Optional provenance chain

    signature?: string

    Optional cryptographic signature from source

    sourceSystem: string

    Source system identifier

    timestamp: string

    Timestamp of the evaluation