{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6bf63748-c4ee-45cc-837f-f788839d9796",
    "slug": "H1p-V2",
    "name": "Stock Financial Analysis",
    "description": "Streamlit apps for stock financial analysis using YFinance/Polygon API.",
    "url": "https://railway.com/deploy/H1p-V2",
    "upstream": {
      "repo_url": "https://github.com/alphasecio/streamlit-yfinance"
    }
  },
  "services": [
    {
      "name": "streamlit-yfinance",
      "source": {
        "repo": "https://github.com/alphasecio/streamlit-yfinance"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "streamlit-polygon",
      "source": {
        "repo": "https://github.com/alphasecio/streamlit-polygon"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "streamlit-yfinance",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8501"
    },
    {
      "key": "PORT",
      "service": "streamlit-polygon",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8501"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "H1p-V2"
      }
    },
    "cli": "railway deploy --template H1p-V2",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6bf63748-c4ee-45cc-837f-f788839d9796",
            "serializedConfig": {
              "services": {
                "2730dd5a-bc22-4001-b19b-f6fc87d5aac1": {
                  "name": "streamlit-yfinance",
                  "build": {},
                  "deploy": {
                    "startCommand": "streamlit run streamlit_app.py"
                  },
                  "source": {
                    "repo": "https://github.com/alphasecio/streamlit-yfinance"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "defaultValue": "8501"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                },
                "3d046173-0683-4b41-93a3-b264f7e5d358": {
                  "name": "streamlit-polygon",
                  "build": {},
                  "deploy": {
                    "startCommand": "streamlit run streamlit_app.py"
                  },
                  "source": {
                    "repo": "https://github.com/alphasecio/streamlit-polygon"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "defaultValue": "8501"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T10:20:30.350Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_f4abd5d078cc4f9cbe2b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 173,
    "typical_build_seconds": 62,
    "typical_start_seconds": 10,
    "slowest_service": "streamlit-polygon"
  }
}
