II.
Platform JSON
Structured · liveplatform:railway
Railway json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "platform:railway",
"_kind": "Platform",
"_file": "domain/platforms/platforms.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Railway",
"description": "Developer-first PaaS for deploying services and managed databases from a Git repo.\n",
"kind": "paas",
"homepageUrl": "https://railway.app/",
"ownerCompany": "Railway Corp."
},
"outgoingEdges": [
{
"from": "platform:railway",
"to": "platform-service:railway-service",
"kind": "provides",
"attributes": {}
},
{
"from": "platform:railway",
"to": "platform-service:railway-database",
"kind": "provides",
"attributes": {}
},
{
"from": "platform:railway",
"to": "platform-service:railway-redis",
"kind": "provides",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "platform-service:railway-service",
"to": "platform:railway",
"kind": "provided_by"
},
{
"from": "platform-service:railway-database",
"to": "platform:railway",
"kind": "provided_by"
},
{
"from": "platform-service:railway-redis",
"to": "platform:railway",
"kind": "provided_by"
},
{
"from": "tool-server:mcp-railway",
"to": "platform:railway",
"kind": "integrates_with",
"attributes": {}
}
]
}