{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3a8a4f32-198a-4363-9683-3cd6ca5ee586",
    "slug": "croncoco-scheduled-webhook-starter",
    "name": "CronCoco Scheduled Webhook Starter",
    "description": "Deploy webhook endpoints on Railway and schedule them with CronCoco.",
    "url": "https://railway.com/deploy/croncoco-scheduled-webhook-starter",
    "upstream": {
      "repo_url": "https://github.com/wb-s/croncoco-railway-template"
    }
  },
  "services": [
    {
      "name": "croncoco-railway-template",
      "source": {
        "repo": "https://github.com/wb-s/croncoco-railway-template"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "CRON_SECRET",
      "service": "croncoco-railway-template",
      "description": "Shared secret expected in the x-cron-secret header. Use a long random value.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "croncoco-scheduled-webhook-starter"
      }
    },
    "cli": "railway deploy --template croncoco-scheduled-webhook-starter",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3a8a4f32-198a-4363-9683-3cd6ca5ee586",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "2127bef9-aff6-4c43-92c0-1129bdbce8ae": {
                  "icon": null,
                  "name": "croncoco-railway-template",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/wb-s/croncoco-railway-template",
                    "rootDirectory": null
                  },
                  "variables": {
                    "CRON_SECRET": {
                      "isOptional": false,
                      "description": "Shared secret expected in the x-cron-secret header. Use a long random value.",
                      "defaultValue": "{{CRON_SECRET}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T05:53:40.482Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_af478c0f39884dbea8af",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 86,
    "typical_build_seconds": 41,
    "typical_start_seconds": 10,
    "slowest_service": "croncoco-railway-template"
  }
}
