II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:agent-mux-cli-gateway-serve
amux gateway serve json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}