{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a9dee61e-5754-4115-a832-2cdea14db59b",
    "slug": "exciting-motivation",
    "name": "exciting-motivation",
    "description": "Deploy and Host exciting-motivation with Railway",
    "url": "https://railway.com/deploy/exciting-motivation",
    "upstream": {
      "image": "ghcr.io/railwayapp/function-bun:1.3.0"
    }
  },
  "services": [
    {
      "name": "Bun Function",
      "source": {
        "image": "ghcr.io/railwayapp/function-bun:1.3.0"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "exciting-motivation"
      }
    },
    "cli": "railway deploy --template exciting-motivation",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a9dee61e-5754-4115-a832-2cdea14db59b",
            "serializedConfig": {
              "services": {
                "7c93a396-d367-4bfe-8a33-9407df8c735c": {
                  "name": "Bun Function",
                  "deploy": {
                    "startCommand": "./run.sh Ly8gaW5kZXgudHN4IChCdW4gcnVudGltZSkK"
                  },
                  "source": {
                    "image": "ghcr.io/railwayapp/function-bun:1.3.0"
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "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-18T16:13:43.869Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_118a64e4255a4a058519",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 65,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Bun Function"
  }
}
