{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d8f6ce35-1527-4620-8e20-27e8d05e0a73",
    "slug": "Owzyy8",
    "name": "Crawl4AI",
    "description": "Crawl4AI is an AI-ready web crawler for LLMs, AI agents, & data pipelines.",
    "url": "https://railway.com/deploy/Owzyy8",
    "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": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "11235"
    },
    {
      "key": "CRAWL4AI_API_TOKEN",
      "service": "Crawl4AI",
      "description": "Your generated Crawl4AI API Token.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "Owzyy8"
      }
    },
    "cli": "railway deploy --template Owzyy8",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d8f6ce35-1527-4620-8e20-27e8d05e0a73",
            "serializedConfig": {
              "services": {
                "9cda3c98-4d5a-4e5c-baf5-47d78608d9f0": {
                  "name": "Crawl4AI",
                  "source": {
                    "image": "unclecode/crawl4ai:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "11235"
                    },
                    "GROQ_API_KEY": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": true,
                      "description": "Your OpenAI API Key",
                      "defaultValue": ""
                    },
                    "GEMINI_API_TOKEN": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": true,
                      "description": "Your Anthropic API Key",
                      "defaultValue": ""
                    },
                    "CRAWL4AI_API_TOKEN": {
                      "isOptional": false,
                      "description": "Your generated Crawl4AI API Token.",
                      "defaultValue": "{{CRAWL4AI_API_TOKEN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T09:16:20.313Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_2d1829a072c140f1b619",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 83,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "Crawl4AI"
  }
}
