II.
TransportRuntime JSON
Structured · livetransport-runtime:amux-proxy
amux-proxy runtime json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "transport-runtime:amux-proxy",
"_kind": "TransportRuntime",
"_file": "extensions/transport-runtimes/transport-runtimes-canonical.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux-proxy runtime",
"description": "amux-proxy protocol/provider bridge — runs as a local proxy that\ntranslates between agent-facing transport protocols (e.g.\nAnthropic Messages, OpenAI Responses) and upstream provider\ncontracts. Provides observability, model discovery, and token\ncounting on top of bridged transports.\n",
"runtimeKind": "native-process",
"interactive": false,
"streaming": true
},
"outgoingEdges": [
{
"from": "transport-runtime:amux-proxy",
"to": "capability:streaming",
"kind": "supports",
"attributes": {
"versionRange": ">=0.0.0",
"level": "full",
"notes": "amux-proxy protocol/provider bridge."
}
},
{
"from": "transport-runtime:amux-proxy",
"to": "capability:proxy-transport-emulation",
"kind": "supports",
"attributes": {
"versionRange": ">=0.0.0",
"level": "full",
"notes": "amux-proxy protocol/provider bridge."
}
},
{
"from": "transport-runtime:amux-proxy",
"to": "capability:model-discovery",
"kind": "supports",
"attributes": {
"versionRange": ">=0.0.0",
"level": "full",
"notes": "amux-proxy protocol/provider bridge."
}
},
{
"from": "transport-runtime:amux-proxy",
"to": "capability:token-counting",
"kind": "supports",
"attributes": {
"versionRange": ">=0.0.0",
"level": "full",
"notes": "amux-proxy protocol/provider bridge."
}
},
{
"from": "transport-runtime:amux-proxy",
"to": "capability:supports-tool-use",
"kind": "supports",
"attributes": {
"versionRange": ">=0.0.0",
"level": "full",
"notes": "amux-proxy protocol/provider bridge."
}
}
],
"incomingEdges": []
}