{
  "manifest_version": "1.0.0",
  "template": {
    "id": "cdef4a79-5c59-40cd-8f2d-582452fe9d60",
    "slug": "flame",
    "name": "Flame",
    "description": "Flame is self-hosted startpage",
    "url": "https://railway.com/deploy/flame",
    "upstream": {
      "image": "pawelmalak/flame"
    }
  },
  "services": [
    {
      "name": "pawelmalak/flame",
      "source": {
        "image": "pawelmalak/flame"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PASSWORD",
      "service": "pawelmalak/flame",
      "description": "Admin password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "flame"
      }
    },
    "cli": "railway deploy --template flame",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "cdef4a79-5c59-40cd-8f2d-582452fe9d60",
            "serializedConfig": {
              "services": {
                "62f1129a-e65e-4131-a719-a5d513bc7aa6": {
                  "icon": "https://devicons.railway.com/i/bash.svg",
                  "name": "pawelmalak/flame",
                  "source": {
                    "image": "pawelmalak/flame"
                  },
                  "variables": {
                    "PASSWORD": {
                      "isOptional": false,
                      "description": "Admin password",
                      "defaultValue": "{{PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "62f1129a-e65e-4131-a719-a5d513bc7aa6": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T08:08:54.441Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_d9ee99a6e0484e99969c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 41,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "pawelmalak/flame"
  }
}
