{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e3d03e57-962d-4442-a1d8-1fb4f7900b16",
    "slug": "magic-resume-1",
    "name": "magic-resume",
    "description": "AI-powered resume editor with live preview and PDF export",
    "url": "https://railway.com/deploy/magic-resume-1",
    "upstream": {
      "image": "siyueqingchen/magic-resume:2.0.2"
    }
  },
  "services": [
    {
      "name": "app",
      "source": {
        "image": "siyueqingchen/magic-resume:2.0.2"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "app",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "magic-resume-1"
      }
    },
    "cli": "railway deploy --template magic-resume-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e3d03e57-962d-4442-a1d8-1fb4f7900b16",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "42134a24-a3bb-4e4e-985a-661050f1be77": {
                  "icon": null,
                  "name": "app",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "siyueqingchen/magic-resume:2.0.2"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "3000"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-07T06:01:02.765Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_f9d39cfcf76b4838b627",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 97,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "app"
  }
}
