{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6781e60b-11e3-4d03-aba6-406c0ec4e2f9",
    "slug": "fwH-l3",
    "name": "Railway Cron",
    "description": "Railway Cron.. But Better?",
    "url": "https://railway.com/deploy/fwH-l3",
    "upstream": {
      "image": "ghcr.io/brody192/railway-cron:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Cron Service",
      "source": {
        "image": "ghcr.io/brody192/railway-cron:latest"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "SCHEDULE_1",
      "service": "Cron Service",
      "description": "Your First Schedule! <a href=\"https://bookmarklets.up.railway.app/cron-config/\" target=\"_blank\">Install the helper bookmarklet</a>",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "RAILWAY_ACCOUNT_TOKEN",
      "service": "Cron Service",
      "description": "Your Railway Account Token. Create your Account Token <a href=\"https://railway.app/account/tokens\" target=\"_blank\">here</a>",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "fwH-l3"
      }
    },
    "cli": "railway deploy --template fwH-l3",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6781e60b-11e3-4d03-aba6-406c0ec4e2f9",
            "serializedConfig": {
              "services": {
                "ce3aa9ce-db32-44a7-81e9-965736653cd9": {
                  "icon": "https://i.imgur.com/8xKRme4.png",
                  "name": "Cron Service",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "image": "ghcr.io/brody192/railway-cron:latest"
                  },
                  "variables": {
                    "SCHEDULE_1": {
                      "isOptional": false,
                      "description": "Your First Schedule! <a href=\"https://bookmarklets.up.railway.app/cron-config/\" target=\"_blank\">Install the helper bookmarklet</a>",
                      "defaultValue": "{{SCHEDULE_1}}"
                    },
                    "RAILWAY_ACCOUNT_TOKEN": {
                      "isOptional": false,
                      "description": "Your Railway Account Token. Create your Account Token <a href=\"https://railway.app/account/tokens\" target=\"_blank\">here</a>",
                      "defaultValue": "{{RAILWAY_ACCOUNT_TOKEN}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {}
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0"
}
