{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ceb9c5b0-3c32-4a1b-acd0-c5150a1c0304",
    "slug": "t3-code",
    "name": "T3 Code",
    "description": "T3 code hosted on railway with the web app open to the public",
    "url": "https://railway.com/deploy/t3-code",
    "upstream": {
      "repo_url": "https://github.com/tpkowastaken/railway-t3-code"
    }
  },
  "services": [
    {
      "name": "railway-t3-code",
      "source": {
        "repo": "https://github.com/tpkowastaken/railway-t3-code"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "t3-code"
      }
    },
    "cli": "railway deploy --template t3-code",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ceb9c5b0-3c32-4a1b-acd0-c5150a1c0304",
            "serializedConfig": {
              "services": {
                "83f8c321-b6b1-4a79-8052-f647d0911a07": {
                  "name": "railway-t3-code",
                  "source": {
                    "repo": "tpkowastaken/railway-t3-code",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "83f8c321-b6b1-4a79-8052-f647d0911a07": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T01:35:53.513Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_ae2c54f794ee4452ad9b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 197,
    "typical_build_seconds": 72,
    "typical_start_seconds": 10,
    "slowest_service": "railway-t3-code"
  }
}
