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

    Interface AMCNativeReceipt

    interface AMCNativeReceipt {
        report: AgentRunVerification;
        scope: "workspace-key-consistency" | "externally-anchored";
        sessionId: string;
        state: "verified";
    }
    Index
    report: AgentRunVerification
    scope: "workspace-key-consistency" | "externally-anchored"
    sessionId: string
    state: "verified"