{
  "manifest_version": "1.0.0",
  "template": {
    "id": "02c00f82-4632-49cd-ad42-cbeabd76bf83",
    "slug": "8cHdPG",
    "name": "Appsmith",
    "description": "Build the tools you can’t buy off the shelf",
    "url": "https://railway.com/deploy/8cHdPG",
    "upstream": {
      "image": "appsmith/appsmith-ee:latest"
    }
  },
  "services": [
    {
      "name": "Appsmith",
      "source": {
        "image": "appsmith/appsmith-ee:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/appsmith-stacks",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Appsmith",
      "description": "Appsmith runs on port 80",
      "secret": false,
      "strategy": "default",
      "default": "80"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "8cHdPG"
      }
    },
    "cli": "railway deploy --template 8cHdPG",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "02c00f82-4632-49cd-ad42-cbeabd76bf83",
            "serializedConfig": {
              "services": {
                "ffe3e3ce-f2d6-4f45-8140-5d45ea79b618": {
                  "icon": "https://www.appsmith.com/favicon.png",
                  "name": "Appsmith",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/user/login"
                  },
                  "source": {
                    "image": "appsmith/appsmith-ee:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Appsmith runs on port 80",
                      "defaultValue": "80"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "ffe3e3ce-f2d6-4f45-8140-5d45ea79b618": {
                      "mountPath": "/appsmith-stacks"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Appsmith",
      "method": "GET",
      "path": "/user/login",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T16:49:19.281Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_1424ce64e6a44a998e5e",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 48,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "Appsmith"
  }
}
