{
  "manifest_version": "1.0.0",
  "template": {
    "id": "eb729bd6-16a1-4b8a-98e5-256ae4abf23b",
    "slug": "cron-rust",
    "name": "Cron Rust",
    "description": "Cron Rust Runner — ultra-light HTTP schedule second precision - light cron",
    "url": "https://railway.com/deploy/cron-rust",
    "upstream": {
      "repo_url": "https://github.com/XavTo/cron-rust"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Cron Rust",
      "source": {
        "repo": "https://github.com/XavTo/cron-rust"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "SECRET",
      "service": "Cron Rust",
      "description": "Private API secret used for authentication. Sent as the X-Cron-Secret header with every request. Must match the expected value on your server.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "CRON_JOBS",
      "service": "Cron Rust",
      "description": "List of scheduled HTTP jobs. Format: METHOD|URL|CRON_EXPR|HEADERS|BODY; ex : GET|https://httpbingo.org/status/204|0 * * * * *||;POST|https://httpbin.org/post|*/30 * * * * *|Content-Type:application/json|{\"ping\":true};",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "cron-rust"
      }
    },
    "cli": "railway deploy --template cron-rust",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "eb729bd6-16a1-4b8a-98e5-256ae4abf23b",
            "serializedConfig": {
              "services": {
                "a803c32f-9fe9-4ea8-a4ba-85382b1b2e59": {
                  "icon": "https://www.nicepng.com/png/full/34-348422_community-spotlight-rust-programming-language.png",
                  "name": "Cron Rust",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/XavTo/cron-rust",
                    "rootDirectory": null
                  },
                  "variables": {
                    "SECRET": {
                      "isOptional": false,
                      "description": "Private API secret used for authentication. Sent as the X-Cron-Secret header with every request. Must match the expected value on your server.",
                      "defaultValue": "{{SECRET}}"
                    },
                    "CRON_JOBS": {
                      "isOptional": false,
                      "description": "List of scheduled HTTP jobs. Format: METHOD|URL|CRON_EXPR|HEADERS|BODY; ex : GET|https://httpbingo.org/status/204|0 * * * * *||;POST|https://httpbin.org/post|*/30 * * * * *|Content-Type:application/json|{\"ping\":true};",
                      "defaultValue": "{{CRON_JOBS}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
