II.
TransportProxy JSON
Structured · livetransport-proxy:agent-mux-proxy
Agent-Mux Proxy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "transport-proxy:agent-mux-proxy",
"_kind": "TransportProxy",
"_file": "compute/transport-proxies/agent-mux-proxy.yaml",
"_cluster": "compute",
"attributes": {
"capabilities": [],
"displayName": "Agent-Mux Proxy",
"kinds": [
"routing",
"observability"
],
"bridges": [
"model-transport:anthropic-messages",
"model-transport:openai-responses"
],
"signsResponses": false
},
"outgoingEdges": [
{
"from": "transport-proxy:agent-mux-proxy",
"to": "layer:3-transport",
"kind": "realizes",
"attributes": {}
},
{
"from": "transport-proxy:agent-mux-proxy",
"to": "model-transport:anthropic-messages",
"kind": "bridges",
"attributes": {
"direction": "src"
}
},
{
"from": "transport-proxy:agent-mux-proxy",
"to": "model-transport:openai-responses",
"kind": "bridges",
"attributes": {
"direction": "dst"
}
}
],
"incomingEdges": [
{
"from": "model-transport:anthropic-messages",
"to": "transport-proxy:agent-mux-proxy",
"kind": "bridged_by"
},
{
"from": "model-transport:passthrough",
"to": "transport-proxy:agent-mux-proxy",
"kind": "bridged_by"
},
{
"from": "model-transport:openai-responses",
"to": "transport-proxy:agent-mux-proxy",
"kind": "bridged_by"
}
]
}