{
  "manifest_version": "1.0.0",
  "template": {
    "id": "659f4213-7a99-46f1-b6ad-6553f4f2b81d",
    "slug": "andromeda-og",
    "name": "Andromeda - OG",
    "description": "A minimal Open Graph data preview",
    "url": "https://railway.com/deploy/andromeda-og",
    "upstream": {
      "image": "ghcr.io/stevedylandev/andromeda/og"
    }
  },
  "services": [
    {
      "name": "og",
      "source": {
        "image": "ghcr.io/stevedylandev/andromeda/og"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "andromeda-og"
      }
    },
    "cli": "railway deploy --template andromeda-og",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "659f4213-7a99-46f1-b6ad-6553f4f2b81d",
            "serializedConfig": {
              "services": {
                "462e6cbd-58de-4991-9731-0333b43777eb": {
                  "icon": "https://assets.andromeda.build/og-icon.png",
                  "name": "og",
                  "source": {
                    "image": "ghcr.io/stevedylandev/andromeda/og"
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T15:25:19.342Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_49692c0a54b84500b65f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 51,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "og"
  }
}
