{
  "manifest_version": "1.0.0",
  "template": {
    "id": "750fae2b-f56b-41ea-ac5e-797a06f6b3e8",
    "slug": "portainer-ce-commu-1",
    "name": "Portainer CE (Community Edition)",
    "description": "Manage Docker, K3s, and Kubernetes clusters with GUI",
    "url": "https://railway.com/deploy/portainer-ce-commu-1",
    "upstream": {
      "image": "portainer/portainer-ce"
    }
  },
  "services": [
    {
      "name": "Portainer",
      "source": {
        "image": "portainer/portainer-ce"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Portainer",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "9000"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "portainer-ce-commu-1"
      }
    },
    "cli": "railway deploy --template portainer-ce-commu-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "750fae2b-f56b-41ea-ac5e-797a06f6b3e8",
            "serializedConfig": {
              "services": {
                "190d6f35-e537-475c-93be-be70ee2eda64": {
                  "icon": "https://downloads.portainer.io/assets/portainer-p-logo-280x280.png",
                  "name": "Portainer",
                  "source": {
                    "image": "portainer/portainer-ce"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "9000"
                    }
                  },
                  "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-21T03:42:02.907Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_62c656da1dcf4894b3f7",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 65,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Portainer"
  }
}
