{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b56e2af1-f649-4ff9-8850-32fb5d0390cf",
    "slug": "adclaw",
    "name": "AdClaw",
    "description": "AI marketing agent team - 130+ skills, multi-agent personas, multi-channel ",
    "url": "https://railway.com/deploy/adclaw",
    "upstream": {
      "image": "nttylock/adclaw:1.0.2-core"
    }
  },
  "services": [
    {
      "name": "AdClaw",
      "source": {
        "image": "nttylock/adclaw:1.0.2-core"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "AdClaw",
      "description": "Internal HTTP port the AdClaw container binds to (must match Railway's targetPort).",
      "secret": false,
      "strategy": "default",
      "default": "8088"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "adclaw"
      }
    },
    "cli": "railway deploy --template adclaw",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b56e2af1-f649-4ff9-8850-32fb5d0390cf",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "06a91729-3468-4ef0-8c7a-26aa28a3bd14": {
                  "icon": "https://adclaw.app/logo.svg",
                  "name": "AdClaw",
                  "deploy": {
                    "startCommand": "sh -c 'adclaw init --defaults --accept-security 2>/dev/null || true; exec /app/venv/bin/adclaw app --host 0.0.0.0 --port 8088'",
                    "healthcheckPath": "/api/diagnostics/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "nttylock/adclaw:1.0.2-core"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "Internal HTTP port the AdClaw container binds to (must match Railway's targetPort).",
                      "defaultValue": "8088"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "AdClaw",
      "method": "GET",
      "path": "/api/diagnostics/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T07:54:06.491Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_f9ca07de9282440692ed",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 91,
    "typical_build_seconds": 0,
    "typical_start_seconds": 41,
    "slowest_service": "AdClaw"
  }
}
