{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4d8e0fdb-239c-413b-949c-afd6231d80da",
    "slug": "magic-resume",
    "name": "Magic Resume",
    "description": "AI-powered resume builder with real-time preview, auto-save, and PDF export",
    "url": "https://railway.com/deploy/magic-resume",
    "upstream": {
      "image": "siyueqingchen/magic-resume:main"
    }
  },
  "services": [
    {
      "name": "Magic Resume",
      "source": {
        "image": "siyueqingchen/magic-resume:main"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "magic-resume"
      }
    },
    "cli": "railway deploy --template magic-resume",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4d8e0fdb-239c-413b-949c-afd6231d80da",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "145caa05-f6d6-4b80-9af0-4158f5748539": {
                  "icon": null,
                  "name": "Magic Resume",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "siyueqingchen/magic-resume:main"
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T22:50:21.233Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_a98f32dfc61c4f30848e",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 54,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Magic Resume"
  }
}
