{
  "manifest_version": "1.0.0",
  "template": {
    "id": "21cf5455-dc61-4172-b97f-6256f0d2e943",
    "slug": "appsmith-latest",
    "name": "Appsmith [Updated Sep '26]",
    "description": "Appsmith [Sep '26] (Low-Code App Builder w/ DB/API Integrations) Self Host",
    "url": "https://railway.com/deploy/appsmith-latest",
    "upstream": {
      "image": "appsmith/appsmith-ee:latest"
    }
  },
  "services": [
    {
      "name": "appsmith-ee",
      "source": {
        "image": "appsmith/appsmith-ee:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/appsmith-stacks",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "appsmith-ee",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "appsmith-latest"
      }
    },
    "cli": "railway deploy --template appsmith-latest",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "21cf5455-dc61-4172-b97f-6256f0d2e943",
            "serializedConfig": {
              "services": {
                "f095c648-305a-4602-8746-cf30c1783946": {
                  "icon": null,
                  "name": "appsmith-ee",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/user/login"
                  },
                  "source": {
                    "image": "appsmith/appsmith-ee:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "80"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "f095c648-305a-4602-8746-cf30c1783946": {
                      "mountPath": "/appsmith-stacks"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "appsmith-ee",
      "method": "GET",
      "path": "/user/login",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T04:37:08.781Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_dce08c8b68064e1fb4c5",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 83,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "appsmith-ee"
  }
}
