{
  "manifest_version": "1.0.0",
  "template": {
    "id": "75462f63-5a44-42cb-855a-e48b90045318",
    "slug": "crawl4ai-llm-ready-web-crawler-api",
    "name": "Crawl4AI (LLM-Ready Web Crawler API)",
    "description": "Open-source web crawler API for LLMs & AI agents. Clean Markdown/JSON",
    "url": "https://railway.com/deploy/crawl4ai-llm-ready-web-crawler-api",
    "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": "Port the Crawl4AI API listens on",
      "secret": false,
      "strategy": "default",
      "default": "11235"
    },
    {
      "key": "CRAWL4AI_API_TOKEN",
      "service": "Crawl4AI",
      "description": "Bearer token required on every API request (generated)",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "crawl4ai-llm-ready-web-crawler-api"
      }
    },
    "cli": "railway deploy --template crawl4ai-llm-ready-web-crawler-api",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "75462f63-5a44-42cb-855a-e48b90045318",
            "serializedConfig": {
              "services": {
                "705299f7-4ee9-4b1b-9ffb-389a87e9093e": {
                  "icon": "https://raw.githubusercontent.com/unclecode/crawl4ai/main/docs/assets/powered-by-disco.svg",
                  "name": "Crawl4AI",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "image": "unclecode/crawl4ai:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port the Crawl4AI API listens on",
                      "defaultValue": "11235"
                    },
                    "GROQ_API_KEY": {
                      "isOptional": true,
                      "description": "Optional: enables Groq LLM extraction strategies",
                      "defaultValue": ""
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": true,
                      "description": "Optional: enables OpenAI LLM extraction strategies",
                      "defaultValue": ""
                    },
                    "GEMINI_API_TOKEN": {
                      "isOptional": true,
                      "description": "Optional: enables Gemini LLM extraction strategies",
                      "defaultValue": ""
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": true,
                      "description": "Optional: enables Anthropic LLM extraction strategies",
                      "defaultValue": ""
                    },
                    "CRAWL4AI_API_TOKEN": {
                      "isOptional": false,
                      "description": "Bearer token required on every API request (generated)",
                      "defaultValue": "{{CRAWL4AI_API_TOKEN}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>:11235": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Crawl4AI",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-17T22:14:38.342Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-17T19:56:08.720Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_94342357da4d45069f58",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 99,
    "typical_build_seconds": 0,
    "typical_start_seconds": 11,
    "slowest_service": "Crawl4AI"
  }
}
