{
  "manifest_version": "1.0.0",
  "template": {
    "id": "8fdb21c0-08d8-415d-a838-9e86c572b6ba",
    "slug": "hammond",
    "name": "Hammond",
    "description": "A self-hosted vehicle expense tracking system with multi-user support.",
    "url": "https://railway.com/deploy/hammond",
    "upstream": {
      "image": "akhilrex/hammond"
    }
  },
  "services": [
    {
      "name": "Hammond",
      "source": {
        "image": "akhilrex/hammond"
      },
      "needs_volume": true,
      "volume_mount_path": "/config",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "JWT_SECRET",
      "service": "Hammond",
      "description": "Shhhh",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hammond"
      }
    },
    "cli": "railway deploy --template hammond",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "8fdb21c0-08d8-415d-a838-9e86c572b6ba",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "e1f5336e-7436-412d-82ac-d5e5592c1fa4": {
                  "icon": "https://raw.githubusercontent.com/akhilrex/hammond/master/ui/public/hammond.png",
                  "name": "Hammond",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "akhilrex/hammond"
                  },
                  "variables": {
                    "JWT_SECRET": {
                      "isOptional": false,
                      "description": "Shhhh",
                      "defaultValue": "{{JWT_SECRET}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  },
                  "volumeMounts": {
                    "e1f5336e-7436-412d-82ac-d5e5592c1fa4": {
                      "mountPath": "/config"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T17:25:16.123Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_bd421de612c74e3e9957",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 68,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Hammond"
  }
}
