{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5b4ace45-1b54-473e-b25c-564116542da4",
    "slug": "simple-http-cron",
    "name": "Simple HTTP Cron",
    "description": "A lightweight web app for scheduling HTTP requests",
    "url": "https://railway.com/deploy/simple-http-cron",
    "upstream": {
      "repo_url": "https://github.com/guitartsword/simple-http-cron"
    }
  },
  "services": [
    {
      "name": "simple-http-cron",
      "source": {
        "repo": "https://github.com/guitartsword/simple-http-cron"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "simple-http-cron",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8000"
    },
    {
      "key": "ADMIN_PASSWORD",
      "service": "simple-http-cron",
      "description": "Provide a value for ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "ADMIN_USERNAME",
      "service": "simple-http-cron",
      "description": "Provide a value for ADMIN_USERNAME.",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "simple-http-cron"
      }
    },
    "cli": "railway deploy --template simple-http-cron",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5b4ace45-1b54-473e-b25c-564116542da4",
            "serializedConfig": {
              "services": {
                "be71ff53-c73e-4242-b226-86c0af0e9264": {
                  "name": "simple-http-cron",
                  "source": {
                    "repo": "guitartsword/simple-http-cron",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "8000"
                    },
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    },
                    "ADMIN_USERNAME": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{ADMIN_USERNAME}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8000": {
                        "port": 8000
                      }
                    }
                  },
                  "volumeMounts": {
                    "be71ff53-c73e-4242-b226-86c0af0e9264": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T10:42:30.027Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_a9ef577abd7a4a63bb58",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 85,
    "typical_build_seconds": 20,
    "typical_start_seconds": 10,
    "slowest_service": "simple-http-cron"
  }
}
