Anchorage API reference
    Preparing search index...

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

    interface ThreadScope {
        actor: ApprovalActor;
        init: InitResult;
        principal: ExecutionPrincipal;
        requestedBy: string;
        tenantId: string;
        threadId: string;
    }
    Index

    Properties

    Complete server-stamped requester identity, in human shape. Kept for the approval service and every existing thread route; for automated principals it is the least-privileged projection of principal.

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

    WHO is executing — the authority the agent host gates on. A human here is the same identity as actor; anything else is automation that must have been declared by the target agent.

    requestedBy: string

    Compatibility alias for actor.id.

    tenantId: string

    The tenant the threadId carries, equal to the request's authenticated one.

    threadId: string

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