{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a17174c4-5c11-4987-ab60-59d1c94f3c22",
    "slug": "openclaw-bright-data",
    "name": "OpenClaw + Bright Data",
    "description": "AI agent gateway with 66 Bright Data web tools pre-configured.",
    "url": "https://railway.com/deploy/openclaw-bright-data",
    "upstream": {
      "repo_url": "https://github.com/ReallyGreatTech/brightdata-railway"
    }
  },
  "services": [
    {
      "name": "brightdata-railway",
      "source": {
        "repo": "https://github.com/ReallyGreatTech/brightdata-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "SETUP_PASSWORD",
      "service": "brightdata-railway",
      "description": "Password to access the /setup status page. Choose any password you want.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "BRIGHTDATA_API_TOKEN",
      "service": "brightdata-railway",
      "description": "Your Bright Data API key. Get it at: brightdata.com/cp/setting/users → Generate API key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "openclaw-bright-data"
      }
    },
    "cli": "railway deploy --template openclaw-bright-data",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a17174c4-5c11-4987-ab60-59d1c94f3c22",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "240ee0d5-b407-4e17-81bd-5deccc32ee15": {
                  "icon": null,
                  "name": "brightdata-railway",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/ReallyGreatTech/brightdata-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "GEMINI_API_KEY": {
                      "isOptional": true,
                      "description": "Optional — alternative AI provider. Get key at aistudio.google.com",
                      "defaultValue": ""
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": true,
                      "description": "Optional — alternative AI provider. Get key at platform.openai.com",
                      "defaultValue": ""
                    },
                    "SETUP_PASSWORD": {
                      "isOptional": false,
                      "description": "Password to access the /setup status page. Choose any password you want.",
                      "defaultValue": "{{SETUP_PASSWORD}}"
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": true,
                      "description": "Optional — alternative AI provider. Get key at console.anthropic.com",
                      "defaultValue": ""
                    },
                    "OPENROUTER_API_KEY": {
                      "isOptional": true,
                      "description": "Free recommended AI provider. Get key at openrouter.ai/keys",
                      "defaultValue": ""
                    },
                    "BRIGHTDATA_API_TOKEN": {
                      "isOptional": false,
                      "description": "Your Bright Data API key. Get it at: brightdata.com/cp/setting/users → Generate API key",
                      "defaultValue": "{{BRIGHTDATA_API_TOKEN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "240ee0d5-b407-4e17-81bd-5deccc32ee15": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T06:19:37.686Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_93dd9aaa0fe54cf3af76",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 332,
    "typical_build_seconds": 213,
    "typical_start_seconds": 10,
    "slowest_service": "brightdata-railway"
  }
}
