{
  "manifest_version": "1.0.0",
  "template": {
    "id": "919ecc55-c477-4719-b963-d0a7d3c22a96",
    "slug": "crawl4ai",
    "name": "Crawl4AI",
    "description": "Open-source LLM-friendly web crawler with REST API and MCP integration.",
    "url": "https://railway.com/deploy/crawl4ai",
    "upstream": {
      "image": "unclecode/crawl4ai:latest"
    }
  },
  "services": [
    {
      "name": "Crawl4AI",
      "source": {
        "image": "unclecode/crawl4ai:latest"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Crawl4AI",
      "description": "Crawl4AI API server port",
      "secret": false,
      "strategy": "default",
      "default": "11235"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "crawl4ai"
      }
    },
    "cli": "railway deploy --template crawl4ai",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "919ecc55-c477-4719-b963-d0a7d3c22a96",
            "serializedConfig": {
              "services": {
                "2b72fb62-944e-414f-b44a-e0bd1a9b3df3": {
                  "icon": "https://somi-public-assets.s3.ap-southeast-1.amazonaws.com/railway/crawl4ai.jpg",
                  "name": "Crawl4AI",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "image": "unclecode/crawl4ai:latest"
                  },
                  "variables": {
                    "PORT": {
                      "description": "Crawl4AI API server port",
                      "defaultValue": "11235"
                    },
                    "GROQ_API_KEY": {
                      "isOptional": true,
                      "description": "Groq API key for fast LLM inference",
                      "defaultValue": ""
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": true,
                      "description": "OpenAI API key for LLM-powered content extraction",
                      "defaultValue": ""
                    },
                    "MISTRAL_API_KEY": {
                      "isOptional": true,
                      "description": "Mistral AI API key for LLM extraction",
                      "defaultValue": ""
                    },
                    "DEEPSEEK_API_KEY": {
                      "isOptional": true,
                      "description": "DeepSeek API key for LLM extraction",
                      "defaultValue": ""
                    },
                    "GEMINI_API_TOKEN": {
                      "isOptional": true,
                      "description": "Google Gemini API token for LLM extraction",
                      "defaultValue": ""
                    },
                    "TOGETHER_API_KEY": {
                      "isOptional": true,
                      "description": "Together AI API key for LLM extraction",
                      "defaultValue": ""
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": true,
                      "description": "Anthropic API key for Claude-based extraction",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:11235": {
                        "port": 11235
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Crawl4AI",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-18T22:40:40.049Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_f641422e82f046d29128",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
