iiRecord
Agentic AI Atlas · breakpoints-mux auth {login|server set|server clear|token set|token clear|clear|status|key generate|key push|key list}
interaction-primitive:breakpoints-mux-cli-autha5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:breakpoints-mux-cli-auth

Structured · live

breakpoints-mux auth {login|server set|server clear|token set|token clear|clear|status|key generate|key push|key list} json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/interaction-patterns/breakpoints-mux-cli.yamlCluster · extensions
Record JSON
{
  "id": "interaction-primitive:breakpoints-mux-cli-auth",
  "_kind": "InteractionPrimitive",
  "_file": "extensions/interaction-patterns/breakpoints-mux-cli.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "breakpoints-mux auth {login|server set|server clear|token set|token clear|clear|status|key generate|key push|key list}",
    "kind": "cli-subcommand",
    "surface": "cli",
    "parentBin": "breakpoints-mux",
    "subcommandVerb": "auth",
    "flags": [
      "login:0:authenticate with GitHub OAuth",
      "server set <url>:0:save default server url in ~/.breakpoints-mux/config.json",
      "server clear:0:remove saved default server url",
      "token set <token>:0:save bearer token",
      "token clear:0:remove saved bearer token",
      "clear:0:clear stored auth tokens",
      "status:0:show current authentication status",
      "key generate:0:generate a new Ed25519 SSH key pair",
      "key push:0:push public key to repository",
      "key list:0:list local SSH keys"
    ],
    "description": "Authentication and key management for breakpoints-mux server / git\nbackends.\nSource: packages/breakpoints-mux/src/cli/commands/auth.ts:44-470.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:babysitter.ui@current",
      "to": "interaction-primitive:breakpoints-mux-cli-auth",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "cli-subcommand"
        }
      }
    },
    {
      "from": "package:a5c-ai-breakpoints-mux",
      "to": "interaction-primitive:breakpoints-mux-cli-auth",
      "kind": "exposes_subcommand",
      "attributes": {}
    }
  ]
}