Dome Systems

dome callers

Inspect verified end users observed behind agent traffic

dome callers reads the workspace Callers registry projected from audit evidence. Use it to inspect Act-As identities, verification methods, and attributed activity.

Interactive MCP users are excluded. Their session identity is represented by an interactive grant, while this registry tracks customer end users carried through delegated Act-As.

Command
List callersdome callers list
Get callerdome callers get <sub-or-id>
Delete callerdome callers delete <sub-or-id>

List callers

dome callers list

List callers in the active workspace. Requires audit.view.

FlagTypeDescription
--searchstringSubstring match on subject or email
--groupstringExact group membership
--attributestringExact claim filter as key=value
--providerstringVerification provider ID
--pageintZero-based page number
--page-sizeintPage size; default 50, maximum 200

The result reports lifetime LLM calls, tool calls, and LLM tokens. METHODS is the set of verification methods observed for that identity.

Get caller

dome callers get <sub-or-id>

Get identity claims, verification history, attributed agents, and resource activity. Requires audit.view.

Use the record UUID when the same subject appears under multiple verification providers. --json on the list command returns that UUID.

Current-month blocks appear only when the caller was active during the current UTC calendar month. Lifetime totals remain available independently.

Delete caller

dome callers delete <sub-or-id>

Erase the projected caller record and its per-agent activity rows. Requires config.manage.

The command prompts before erasure. Pass --yes for non-interactive use.

dome callers delete {{CALLER_ID}} --yes

Erasure does not delete underlying audit evidence. Later traffic for the same identity recreates the caller record.

On this page

Was this page helpful?