{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5a89b5ac-76db-4d16-b273-151aacf6269c",
    "slug": "flask-updated-jul-26",
    "name": "Flask [Updated Sep '26]",
    "description": "Flask [Sep '26] (Build & Deploy Python Web Apps Fast) Self Host",
    "url": "https://railway.com/deploy/flask-updated-jul-26",
    "upstream": {
      "repo_url": "https://github.com/shruti060701/flask"
    }
  },
  "services": [
    {
      "name": "flask",
      "source": {
        "repo": "https://github.com/shruti060701/flask"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "flask-updated-jul-26"
      }
    },
    "cli": "railway deploy --template flask-updated-jul-26",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5a89b5ac-76db-4d16-b273-151aacf6269c",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "ab673b69-e9d7-4c0e-8416-99e8d5139d03": {
                  "icon": "https://devicons.railway.app/i/flask-light.svg",
                  "name": "flask",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/shruti060701/flask",
                    "rootDirectory": null
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "flask",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-23T04:14:45.320Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-22T16:11:27.489Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_a389c6c041e64a91ba86",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 134,
    "typical_build_seconds": 34,
    "typical_start_seconds": 10,
    "slowest_service": "flask"
  }
}
