{
  "manifest_version": "1.0.0",
  "template": {
    "id": "450b68ae-0a2c-4fa9-a8a4-6be24d682d00",
    "slug": "actual-budget-app",
    "name": "Actual Budget",
    "description": "A super fast and privacy-focused app for managing your finances.",
    "url": "https://railway.com/deploy/actual-budget-app",
    "upstream": {
      "image": "ghcr.io/actualbudget/actual:sha-c312192-alpine"
    }
  },
  "services": [
    {
      "name": "actual-budget",
      "source": {
        "image": "ghcr.io/actualbudget/actual:sha-c312192-alpine"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "actual-budget",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "5006"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "actual-budget-app"
      }
    },
    "cli": "railway deploy --template actual-budget-app",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "450b68ae-0a2c-4fa9-a8a4-6be24d682d00",
            "serializedConfig": {
              "services": {
                "b6995e55-235e-4eda-99d1-70746eef49ac": {
                  "icon": "https://actualbudget.org/img/logo.webp",
                  "name": "actual-budget",
                  "source": {
                    "image": "ghcr.io/actualbudget/actual:sha-c312192-alpine"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "5006"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:5006": {
                        "port": 5006
                      }
                    }
                  },
                  "volumeMounts": {
                    "b6995e55-235e-4eda-99d1-70746eef49ac": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "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-20T09:37:16.269Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_210337ce0fd643be9c76",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 75,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "actual-budget"
  }
}
