{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a9409b14-1cd1-4258-8425-5264c147726e",
    "slug": "xzLjtw",
    "name": "FastAPI Container - Starter Boilerplate",
    "description": "FastAPI and Dockerfile Boilerplate optimized for Railway Deployments",
    "url": "https://railway.com/deploy/xzLjtw",
    "upstream": {
      "repo_url": "https://github.com/jmitchel3/fastapi-container"
    }
  },
  "services": [
    {
      "name": "fastapi-container",
      "source": {
        "repo": "https://github.com/jmitchel3/fastapi-container"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "fastapi-container",
      "description": "Port for project to run on",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "xzLjtw"
      }
    },
    "cli": "railway deploy --template xzLjtw",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a9409b14-1cd1-4258-8425-5264c147726e",
            "serializedConfig": {
              "services": {
                "9a565fe7-6df0-4798-b215-9d6fdd2cb072": {
                  "name": "fastapi-container",
                  "source": {
                    "repo": "jmitchel3/fastapi-container",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port for project to run on",
                      "defaultValue": "8080"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-19T01:47:17.741Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_0780356a888440c5ad1f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
