iiRecord
Agentic AI Atlas · amux gateway serve
interaction-primitive:agent-mux-cli-gateway-servea5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:agent-mux-cli-gateway-serve

Structured · live

amux gateway serve json

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

File · extensions/interaction-patterns/agent-mux-cli-hooks-gateway-help.yamlCluster · extensions
Record JSON
{
  "id": "interaction-primitive:agent-mux-cli-gateway-serve",
  "_kind": "InteractionPrimitive",
  "_file": "extensions/interaction-patterns/agent-mux-cli-hooks-gateway-help.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "amux gateway serve",
    "kind": "cli-subcommand",
    "surface": "cli",
    "parentBin": "amux",
    "subcommandVerb": "gateway serve",
    "flags": [
      "--config:1:gateway config path (default ~/.amux/gateway/config.yml)",
      "--host:1:override listen host",
      "--port:1:override listen port",
      "--webui:1:webui static root",
      "--no-webui:0:disable web UI"
    ],
    "subcommandExitCodes": [
      "0:success:gateway shut down cleanly on SIGINT/SIGTERM"
    ],
    "description": "Start the agent-mux gateway HTTP/WebSocket service. Source:\npackages/agent-mux/cli/src/commands/gateway/serve.ts:30-80.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:agent-mux.ui@current",
      "to": "interaction-primitive:agent-mux-cli-gateway-serve",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "cli-subcommand"
        }
      }
    },
    {
      "from": "package:a5c-ai-agent-mux-cli",
      "to": "interaction-primitive:agent-mux-cli-gateway-serve",
      "kind": "exposes_subcommand",
      "attributes": {}
    }
  ]
}