@backblaze-labs/b2-mcp
    Preparing search index...

    Interface SecretSinkPointer

    Pointer returned when a durable secret was written to a file sink.

    interface SecretSinkPointer {
        path: string;
        recordId: string;
        type: "file";
    }
    Index
    path: string

    Ledger path containing the stored secret record.

    recordId: string

    Stable record ID written with the secret entry.

    type: "file"

    Sink type that produced this pointer.