II.
TransportProtocol JSON
Structured · livetransportProtocol:openai-chat
transportProtocol:openai-chat json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "transportProtocol:openai-chat",
"_kind": "TransportProtocol",
"_file": "capabilities-and-models/transport-protocol.yaml",
"_cluster": "capabilities-and-models",
"attributes": {
"transportId": "openai-chat",
"label": "OpenAI Chat Completions",
"status": "scorecard-gated",
"protocolKind": "http-json",
"interactive": "false",
"streaming": "true",
"requestShape": "POST /v1/chat/completions",
"responseShape": "chat.completion",
"codecCapabilities": {
"supportsTools": true,
"supportsStreaming": true,
"supportsTokenCounting": true,
"costTracking": true,
"toolSchemaFormat": "openai"
},
"evidenceRefs": [
"repo-transport-mux-readme",
"repo-transport-mux-migration",
"repo-transport-mux-scorecard"
]
},
"outgoingEdges": [
{
"from": "transportProtocol:openai-chat",
"to": "agent:agent-mux",
"kind": "used_by",
"attributes": {}
}
],
"incomingEdges": []
}