{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9b80711c-8cad-40a5-aff0-1d66544161a6",
    "slug": "zx1KGh",
    "name": "Litestar with TailwindCSS",
    "description": "Litestar is a Python framework for building web apps, ML/AI, and APIs.",
    "url": "https://railway.com/deploy/zx1KGh",
    "upstream": {
      "repo_url": "https://github.com/JacobCoffee/litestar-template"
    }
  },
  "services": [
    {
      "name": "Litestar",
      "source": {
        "repo": "https://github.com/JacobCoffee/litestar-template"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "LITESTAR_APP",
      "service": "Litestar",
      "description": "Litestar App Location",
      "secret": false,
      "strategy": "default",
      "default": "app:app"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "zx1KGh"
      }
    },
    "cli": "railway deploy --template zx1KGh",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9b80711c-8cad-40a5-aff0-1d66544161a6",
            "serializedConfig": {
              "services": {
                "8c522069-5b91-4908-b799-b69924c92817": {
                  "name": "Litestar",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/JacobCoffee/litestar-template"
                  },
                  "variables": {
                    "LITESTAR_APP": {
                      "isOptional": false,
                      "description": "Litestar App Location",
                      "defaultValue": "app:app"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {}
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T17:16:32.763Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_0dce5a386f6146fb867c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
