{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b5cc9649-f2b6-4f99-8db0-95b8a13d98e5",
    "slug": "Die4Zz",
    "name": "Flask Poetry",
    "description": "A minimal Flask application with Poetry",
    "url": "https://railway.com/deploy/Die4Zz",
    "upstream": {
      "repo_url": "https://github.com/aeither/flask-poetry"
    }
  },
  "services": [
    {
      "name": "flask-poetry",
      "source": {
        "repo": "https://github.com/aeither/flask-poetry"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "Die4Zz"
      }
    },
    "cli": "railway deploy --template Die4Zz",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b5cc9649-f2b6-4f99-8db0-95b8a13d98e5",
            "serializedConfig": {
              "services": {
                "09d4ef09-22a3-4138-afd4-8633f2697bf2": {
                  "name": "flask-poetry",
                  "source": {
                    "repo": "aeither/flask-poetry",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T12:21:08.477Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_d131a617ee344397b6bb",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 113,
    "typical_build_seconds": 30,
    "typical_start_seconds": 5,
    "slowest_service": "flask-poetry"
  }
}
