Skip to content

ActorKind

ActorKind = "operator" | "anonymous" | "run"

Defined in: .upstream/src/core/wire-actor.ts:59

Identity discriminant, reported verbatim as identity by GET /whoami.

operator is the single-user V1 caller (SECURITY.md) the token provider authorizes. anonymous is the credential-less spectator the WARREN_AUTH=public provider mints (warren-851b), which holds readPublic and nothing else. run is a sandbox calling back with its per-run scoped token (warren-57fd): the request gate pins it to a single run’s callback surface, not its capability set. Further kinds land with the providers that mint them.