{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2afecc94-4bf0-49cc-9a28-14e754978383",
    "slug": "apify-mcp-server-1",
    "name": "Apify MCP Server",
    "description": "Apify MCP Server — web scraping and data extraction tools for AI agents",
    "url": "https://railway.com/deploy/apify-mcp-server-1",
    "upstream": {
      "repo_url": "https://github.com/INAPP-Mobile/apify-mcp-server-railway"
    }
  },
  "services": [
    {
      "name": "apify-mcp-server",
      "source": {
        "repo": "https://github.com/INAPP-Mobile/apify-mcp-server-railway"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "APIFY_TOKEN",
      "service": "apify-mcp-server",
      "description": "Your Apify API token for authentication. Get it from https://console.apify.com/settings/integrations",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "apify-mcp-server-1"
      }
    },
    "cli": "railway deploy --template apify-mcp-server-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2afecc94-4bf0-49cc-9a28-14e754978383",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "c66d0e27-6f98-4752-ad21-5b2a803a1f8f": {
                  "icon": null,
                  "name": "apify-mcp-server",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 3
                  },
                  "source": {
                    "repo": "https://github.com/INAPP-Mobile/apify-mcp-server-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "APIFY_TOKEN": {
                      "isOptional": false,
                      "description": "Your Apify API token for authentication. Get it from https://console.apify.com/settings/integrations",
                      "defaultValue": "{{APIFY_TOKEN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "apify-mcp-server",
      "method": "GET",
      "path": "/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-08T20:44:04.364Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_db5d326f75f04a2f8e6e",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 60,
    "typical_build_seconds": 30,
    "typical_start_seconds": 10,
    "slowest_service": "apify-mcp-server"
  }
}
