iiRecord
Agentic AI Atlas · Railway Service
platform-service:railway-servicea5c.ai
II.
PlatformService JSON

platform-service:railway-service

Structured · live

Railway Service json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/platform-services/platform-services-paas.yamlCluster · domain
Record JSON
{
  "id": "platform-service:railway-service",
  "_kind": "PlatformService",
  "_file": "domain/platform-services/platform-services-paas.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Railway Service",
    "description": "Auto-deployed container service built from a Git repo.\n",
    "category": "compute",
    "providedByPlatformId": "platform:railway",
    "implementsStackPartIds": [
      "stack-part:container-runtime"
    ]
  },
  "outgoingEdges": [
    {
      "from": "platform-service:railway-service",
      "to": "platform:railway",
      "kind": "provided_by"
    },
    {
      "from": "platform-service:railway-service",
      "to": "stack-part:container-runtime",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:railway-service",
      "to": "stack-part:container-runtime",
      "kind": "implements_stack_part",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "platform:railway",
      "to": "platform-service:railway-service",
      "kind": "provides",
      "attributes": {}
    },
    {
      "from": "stack-part:container-runtime",
      "to": "platform-service:railway-service",
      "kind": "implemented_by",
      "attributes": {}
    }
  ]
}