{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6eadd460-5dd6-482c-86d5-72a8571f0e97",
    "slug": "crw",
    "name": "crw",
    "description": "Fast Rust web scraping, crawling, and Firecrawl-compatible API",
    "url": "https://railway.com/deploy/crw",
    "upstream": {
      "image": "ghcr.io/us/crw:0.30.0"
    }
  },
  "services": [
    {
      "name": "app",
      "source": {
        "image": "ghcr.io/us/crw:0.30.0"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "app",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "CRW_SERVER__PORT",
      "service": "app",
      "description": "Provide a value for CRW_SERVER__PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "CRW_AUTH__API_KEYS",
      "service": "app",
      "description": "Provide a value for CRW_AUTH__API_KEYS.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "crw"
      }
    },
    "cli": "railway deploy --template crw",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6eadd460-5dd6-482c-86d5-72a8571f0e97",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "2c9bcd8e-ec5e-4897-b981-4d30556c1453": {
                  "icon": null,
                  "name": "app",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 5
                  },
                  "source": {
                    "image": "ghcr.io/us/crw:0.30.0"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "3000"
                    },
                    "CRW_SERVER__PORT": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "3000"
                    },
                    "CRW_AUTH__API_KEYS": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "{{CRW_AUTH__API_KEYS}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T14:19:37.163Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_3c831964b0274891a7b4",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 43,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "app"
  }
}
