{
  "manifest_version": "1.0.0",
  "template": {
    "id": "15c2998c-3215-4334-a9a4-884d432019c6",
    "slug": "budibase-latest",
    "name": "Budibase [Updated Sep ’26]",
    "description": "Budibase [Sep ’26] (Build Business Apps Fast Without Coding) Self Host",
    "url": "https://railway.com/deploy/budibase-latest",
    "upstream": {
      "image": "budibase/budibase:latest"
    }
  },
  "services": [
    {
      "name": "budibase",
      "source": {
        "image": "budibase/budibase:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "budibase",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "JWT_SECRET",
      "service": "budibase",
      "description": "Provide a value for JWT_SECRET.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "CUSTOM_DOMAIN",
      "service": "budibase",
      "description": "Provide a value for CUSTOM_DOMAIN.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "INTERNAL_API_KEY",
      "service": "budibase",
      "description": "Provide a value for INTERNAL_API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "budibase-latest"
      }
    },
    "cli": "railway deploy --template budibase-latest",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "15c2998c-3215-4334-a9a4-884d432019c6",
            "serializedConfig": {
              "services": {
                "f9b4a99e-23d4-4b51-8c7a-68cfad037882": {
                  "icon": null,
                  "name": "budibase",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "budibase/budibase:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "80"
                    },
                    "JWT_SECRET": {
                      "isOptional": false,
                      "defaultValue": "{{JWT_SECRET}}"
                    },
                    "CUSTOM_DOMAIN": {
                      "isOptional": false,
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "INTERNAL_API_KEY": {
                      "isOptional": false,
                      "defaultValue": "{{INTERNAL_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "f9b4a99e-23d4-4b51-8c7a-68cfad037882": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "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:20:23.741Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_66dacc0b10f841d0b851",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 72,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "budibase"
  }
}
