{
  "manifest_version": "1.0.0",
  "template": {
    "id": "88c3b9d3-511e-4169-8a1c-ab914614f079",
    "slug": "oIgT0x",
    "name": "Bun.js Cron Scheduler",
    "description": "Simple Cron Job Scheduler that uses Bun.js and environment variables",
    "url": "https://railway.com/deploy/oIgT0x",
    "upstream": {
      "repo_url": "https://github.com/tsykin/cron-env"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "cron-env",
      "source": {
        "repo": "https://github.com/tsykin/cron-env"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "JOB1",
      "service": "cron-env",
      "description": "Provide a value for JOB1.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "TIMEZONE",
      "service": "cron-env",
      "description": "Timezone in IANA format",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "RUN_ON_START",
      "service": "cron-env",
      "description": "Run jobs on startup: \"true\" || \"false\"",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "REQUEST_TIMEOUT",
      "service": "cron-env",
      "description": "Request timeout in milliseconds (default: 60000 or 1 minute)",
      "secret": false,
      "strategy": "default",
      "default": "60000"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "oIgT0x"
      }
    },
    "cli": "railway deploy --template oIgT0x",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "88c3b9d3-511e-4169-8a1c-ab914614f079",
            "serializedConfig": {
              "services": {
                "5cc1c534-b2ce-49ab-8d23-992873c39957": {
                  "icon": null,
                  "name": "cron-env",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "tsykin/cron-env",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "JOB1": {
                      "isOptional": false,
                      "defaultValue": "{{JOB1}}"
                    },
                    "JOB2": {
                      "isOptional": true,
                      "defaultValue": ""
                    },
                    "TIMEZONE": {
                      "isOptional": true,
                      "description": "Timezone in IANA format",
                      "defaultValue": "UTC"
                    },
                    "RUN_ON_START": {
                      "isOptional": true,
                      "description": "Run jobs on startup: \"true\" || \"false\"",
                      "defaultValue": "false"
                    },
                    "REQUEST_TIMEOUT": {
                      "description": "Request timeout in milliseconds (default: 60000 or 1 minute)",
                      "defaultValue": "60000"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0"
}
