{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2c68faab-a0df-40ed-81e1-1c9e5f49ce2e",
    "slug": "cheerful-respect",
    "name": "astrotradeai",
    "description": "Deploy and Host astrotradeai.com with Railway",
    "url": "https://railway.com/deploy/cheerful-respect",
    "upstream": {
      "repo_url": "https://github.com/sunil235/stock-auto-trader"
    }
  },
  "services": [
    {
      "name": "web",
      "source": {
        "repo": "https://github.com/sunil235/stock-auto-trader"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DATABASE_URL",
      "service": "web",
      "description": "Provide a value for DATABASE_URL.",
      "secret": false,
      "strategy": "default",
      "default": "postgresql://postgres:tckjnZYrwqepDMwPflSbiWdZSNpGCJLh@shortline.proxy.rlwy.net:24015/railway"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "cheerful-respect"
      }
    },
    "cli": "railway deploy --template cheerful-respect",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2c68faab-a0df-40ed-81e1-1c9e5f49ce2e",
            "serializedConfig": {
              "services": {
                "1166ad87-8f82-4dc0-8aea-06c281ac8280": {
                  "icon": null,
                  "name": "web",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/sunil235/stock-auto-trader",
                    "rootDirectory": null
                  },
                  "variables": {
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "postgresql://postgres:tckjnZYrwqepDMwPflSbiWdZSNpGCJLh@shortline.proxy.rlwy.net:24015/railway"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T10:14:47.278Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T05:16:23.431Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_0046367d90284456afcd",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 246,
    "typical_build_seconds": 117,
    "typical_start_seconds": 21,
    "slowest_service": "web"
  }
}
