II.
Platform JSON
Structured · liveplatform:heroku
Heroku json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "platform:heroku",
"_kind": "Platform",
"_file": "domain/platforms/platforms.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Heroku",
"description": "Container-based PaaS pioneered the 12-factor app model with dynos and managed addons.\n",
"kind": "paas",
"homepageUrl": "https://www.heroku.com/",
"ownerCompany": "Salesforce"
},
"outgoingEdges": [
{
"from": "platform:heroku",
"to": "platform-service:heroku-dynos",
"kind": "provides",
"attributes": {}
},
{
"from": "platform:heroku",
"to": "platform-service:heroku-postgres",
"kind": "provides",
"attributes": {}
},
{
"from": "platform:heroku",
"to": "platform-service:heroku-redis",
"kind": "provides",
"attributes": {}
},
{
"from": "platform:heroku",
"to": "platform-service:heroku-connect",
"kind": "provides",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "platform-service:heroku-dynos",
"to": "platform:heroku",
"kind": "provided_by"
},
{
"from": "platform-service:heroku-postgres",
"to": "platform:heroku",
"kind": "provided_by"
},
{
"from": "platform-service:heroku-redis",
"to": "platform:heroku",
"kind": "provided_by"
},
{
"from": "platform-service:heroku-connect",
"to": "platform:heroku",
"kind": "provided_by"
},
{
"from": "tool-server:mcp-heroku",
"to": "platform:heroku",
"kind": "integrates_with",
"attributes": {}
}
]
}