{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4577e1bb-9ff5-43b3-a32a-a9ecf95675b8",
    "slug": "incredible-benevolence",
    "name": "incredible-benevolence",
    "description": "Deploy and Host incredible-benevolence with Railway",
    "url": "https://railway.com/deploy/incredible-benevolence"
  },
  "services": [
    {
      "name": "Bun Function",
      "source": {
        "image": "ghcr.io/railwayapp/function-bun:1.2.16"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "hello-world",
      "source": {
        "image": "hello-world"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "incredible-benevolence"
      }
    },
    "cli": "railway deploy --template incredible-benevolence",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4577e1bb-9ff5-43b3-a32a-a9ecf95675b8",
            "serializedConfig": {
              "services": {
                "a4cb2560-aed7-4394-b3be-12658eb94216": {
                  "name": "Bun Function",
                  "deploy": {
                    "startCommand": "./run.sh Ly8gaW5kZXgudHN4IChCdW4gcnVudGltZSkK"
                  },
                  "source": {
                    "image": "ghcr.io/railwayapp/function-bun:1.2.16"
                  }
                },
                "ae46e24e-29d0-4183-a497-cc48189d3e38": {
                  "name": "hello-world",
                  "source": {
                    "image": "hello-world"
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T22:29:42.957Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_53feb60eee0146d287df",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 17,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "hello-world"
  }
}
