II.
Topic JSON
Structured · livetopic:krate-agent-transport-binding
Krate Agent Transport Binding json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:krate-agent-transport-binding",
"_kind": "Topic",
"_file": "domain/products/krate-agent-layer.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate Agent Transport Binding",
"description": "Network endpoint binding for agent communication. Maps a logical\nagent adapter to a concrete network address — a Unix socket for local\nagents, an HTTP endpoint for remote agents, or an MCP server URL for\ntool-server-mediated communication. Includes TLS configuration and\nauthentication token references.\n"
},
"outgoingEdges": [
{
"from": "topic:krate-agent-transport-binding",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-transport-binding",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-transport-binding",
"to": "topic:krate-agent-adapter",
"kind": "requires",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "topic:krate-agent-mcp-server",
"to": "topic:krate-agent-transport-binding",
"kind": "related_to",
"attributes": {}
},
{
"from": "topic:krate-agent-adapter",
"to": "topic:krate-agent-transport-binding",
"kind": "related_to",
"attributes": {}
}
]
}