{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e90d2aa3-909f-410b-844e-a83029bd50d9",
    "slug": "e2fvmQ",
    "name": "Bottle",
    "description": "Bottle is a fast simple and lightweight WSGI micro web-framework for Python",
    "url": "https://railway.com/deploy/e2fvmQ",
    "upstream": {
      "repo_url": "https://github.com/shinypebble/railway-python-bottle-quickstart"
    }
  },
  "services": [
    {
      "name": "python-bottle",
      "source": {
        "repo": "https://github.com/shinypebble/railway-python-bottle-quickstart"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "LOG_LEVEL",
      "service": "python-bottle",
      "description": "Provide a value for LOG_LEVEL.",
      "secret": false,
      "strategy": "default",
      "default": "info"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "e2fvmQ"
      }
    },
    "cli": "railway deploy --template e2fvmQ",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e90d2aa3-909f-410b-844e-a83029bd50d9",
            "serializedConfig": {
              "services": {
                "56ab5193-7791-46fe-bdcb-43f34e5dac4e": {
                  "icon": null,
                  "name": "python-bottle",
                  "deploy": {
                    "startCommand": "gunicorn main:app --bind [::]:$PORT --log-level ${LOG_LEVEL:-info}",
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "https://github.com/shinypebble/railway-python-bottle-quickstart",
                    "rootDirectory": null
                  },
                  "variables": {
                    "LOG_LEVEL": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "info"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "python-bottle",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T07:04:01.236Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_53433e170e9a41f2928a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 82,
    "typical_build_seconds": 40,
    "typical_start_seconds": 0,
    "slowest_service": "python-bottle"
  }
}
