{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7bd01354-3f93-4990-bea4-36eaf78c114e",
    "slug": "dashfy",
    "name": "Dashfy",
    "description": "Dashboards for developers",
    "url": "https://railway.com/deploy/dashfy",
    "upstream": {
      "repo_url": "https://github.com/dashfy/dashfy-demo"
    }
  },
  "services": [
    {
      "name": "dashfy-demo",
      "source": {
        "repo": "https://github.com/dashfy/dashfy-demo"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "dashfy"
      }
    },
    "cli": "railway deploy --template dashfy",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7bd01354-3f93-4990-bea4-36eaf78c114e",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "cc853891-f557-4d08-98ab-84ffee75c3e8": {
                  "icon": "https://www.dashfy.dev/icon.svg",
                  "name": "dashfy-demo",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/dashfy/dashfy-demo",
                    "rootDirectory": null
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "dashfy-demo",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-09T12:02:35.481Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T23:46:35.579Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_414ebf57b9e049dda8c9",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 103,
    "typical_build_seconds": 51,
    "typical_start_seconds": 10,
    "slowest_service": "dashfy-demo"
  }
}
