{
  "manifest_version": "1.0.0",
  "template": {
    "id": "14a3411e-b95c-43df-ae7b-a4405199760e",
    "slug": "z52Exi",
    "name": "hugging-face-transformer",
    "description": "A Hugging Face Transformer Railway Template",
    "url": "https://railway.com/deploy/z52Exi",
    "upstream": {
      "repo_url": "https://github.com/JigsawStack/huggingface-transformers-railway-template"
    }
  },
  "services": [
    {
      "name": "transformer-fastapi",
      "source": {
        "repo": "https://github.com/JigsawStack/huggingface-transformers-railway-template"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "z52Exi"
      }
    },
    "cli": "railway deploy --template z52Exi",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "14a3411e-b95c-43df-ae7b-a4405199760e",
            "serializedConfig": {
              "services": {
                "451008dc-ff80-40da-a760-bb0c64232acd": {
                  "icon": null,
                  "name": "transformer-fastapi",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/JigsawStack/huggingface-transformers-railway-template",
                    "rootDirectory": null
                  },
                  "variables": {
                    "NIXPACKS_PYTHON_VERSION": {
                      "isOptional": true,
                      "description": "Python version if you need to change",
                      "defaultValue": ""
                    }
                  },
                  "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": "degraded",
  "validated_at": "2026-09-21T09:59:59.669Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_630391b9fd714d0fbcb1",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
