{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6c0982fd-5dc2-426b-bd97-d52fc0ce3426",
    "slug": "gPbU5Z",
    "name": "Strawberry GraphQL",
    "description": "A simple Python GraphQL server. Introspection + production-ready servers.",
    "url": "https://railway.com/deploy/gPbU5Z",
    "upstream": {
      "repo_url": "https://github.com/bambrose24/strawberry-graphql-template"
    }
  },
  "services": [
    {
      "name": "graphiql-server",
      "source": {
        "repo": "https://github.com/bambrose24/strawberry-graphql-template"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "flask-server",
      "source": {
        "repo": "https://github.com/bambrose24/strawberry-graphql-template"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "graphiql-server",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8000"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "graphiql-server",
      "description": "Provide a value for RAILWAY_DOCKERFILE_PATH.",
      "secret": false,
      "strategy": "default",
      "default": "Dockerfile.debugServer"
    },
    {
      "key": "PORT",
      "service": "flask-server",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8000"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "flask-server",
      "description": "Provide a value for RAILWAY_DOCKERFILE_PATH.",
      "secret": false,
      "strategy": "default",
      "default": "Dockerfile.flaskServer"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "gPbU5Z"
      }
    },
    "cli": "railway deploy --template gPbU5Z",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6c0982fd-5dc2-426b-bd97-d52fc0ce3426",
            "serializedConfig": {
              "services": {
                "bb20deea-cae3-4c91-bff3-e476c6026b27": {
                  "name": "graphiql-server",
                  "source": {
                    "repo": "bambrose24/strawberry-graphql-template",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8000"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "defaultValue": "Dockerfile.debugServer"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                },
                "cd7d3bb3-c068-4317-97c3-dea247de3318": {
                  "name": "flask-server",
                  "deploy": {
                    "healthcheckPath": "/"
                  },
                  "source": {
                    "repo": "bambrose24/strawberry-graphql-template",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8000"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "defaultValue": "Dockerfile.flaskServer"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "flask-server",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 2,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T10:14:47.278Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T12:31:24.284Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_1ce93887b17b40e9ae3b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 108,
    "typical_build_seconds": 26,
    "typical_start_seconds": 10,
    "slowest_service": "graphiql-server"
  }
}
