{
  "manifest_version": "1.0.0",
  "template": {
    "id": "65184492-52eb-4418-8746-f12a43392d3b",
    "slug": "zHlq1G",
    "name": "Rust Image API",
    "description": "Fast image manipulation API in Rust",
    "url": "https://railway.com/deploy/zHlq1G",
    "upstream": {
      "repo_url": "https://github.com/arjunkomath/rust-image-api"
    }
  },
  "services": [
    {
      "name": "image-server",
      "source": {
        "repo": "https://github.com/arjunkomath/rust-image-api"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "zHlq1G"
      }
    },
    "cli": "railway deploy --template zHlq1G",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "65184492-52eb-4418-8746-f12a43392d3b",
            "serializedConfig": {
              "services": {
                "aae4fa90-b913-4de6-a63e-db82fbff1e56": {
                  "name": "image-server",
                  "build": {},
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "https://github.com/arjunkomath/rust-image-api"
                  },
                  "variables": {},
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "image-server",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T09:38:30.569Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_de3fd1bf144d42f286c2",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 130,
    "typical_build_seconds": 72,
    "typical_start_seconds": 10,
    "slowest_service": "image-server"
  }
}
