Anchorage API reference
    Preparing search index...

    The identity + wiring every thread route receives, already asserted.

    interface ThreadScope {
        deploymentTag?: string;
        init: InitResult;
        principal: ExecutionPrincipal;
        threadId: string;
    }
    Index

    Properties

    deploymentTag?: string

    Verified infrastructure tag for audit attribution (present under workerd).

    This DO's storage/runtime/pubsub wiring, built once per instance.

    WHO is executing — the authority the agent host gates on. Automated principals must have been declared by the target agent.

    threadId: string

    This instance's thread — its own idFromName identity, never the request's.