Sanity Library Reference Docs
    Preparing search index...

    The stored stamp: self-asserted advisory provenance — "via what", distinct from the actor's "who". Configured once at createEngine, never per call, and never an authorization input. runtime is always present; the declared half is optional.

    interface ExecutionContext {
        id?: string;
        kind?: string;
        runtime: string;
    }
    Index

    Properties

    Properties

    id?: string

    Declared instance label, e.g. workflow-cli or publish-proxy.

    kind?: string

    Declared role — free string; see EXECUTION_KINDS for the shipped vocabulary.

    runtime: string

    Inferred JavaScript runtime: browser | node | worker | edge | deno | bun | unknown.