II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:agent-mux-cli-auth-check
amux auth check json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:agent-mux-cli-auth-check",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/agent-mux-cli-auth-extensions.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux auth check",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "amux",
"subcommandVerb": "auth check",
"flags": [],
"subcommandExitCodes": [
"0:success:auth state printed",
"1:general-error:internal error",
"5:auth-error:AUTH_ERROR"
],
"description": "Print authentication state for one agent (or all if no <agent>).\nSource: packages/agent-mux/cli/src/commands/auth.ts:55-101.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:agent-mux-cli-auth-check",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-agent-mux-cli",
"to": "interaction-primitive:agent-mux-cli-auth-check",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}