{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6e9ae053-e8e2-4c72-bad0-3e3b47ab96a6",
    "slug": "pi-tps-web",
    "name": "pi-tps-web",
    "description": "A web interface to capture pi session customType exports from pi-tps.",
    "url": "https://railway.com/deploy/pi-tps-web",
    "upstream": {
      "repo_url": "https://github.com/monotykamary/pi-tps-web"
    }
  },
  "services": [
    {
      "name": "pi-tps-web",
      "source": {
        "repo": "https://github.com/monotykamary/pi-tps-web"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "pi-tps-web",
      "description": "Vite server port.",
      "secret": false,
      "strategy": "default",
      "default": "5173"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "pi-tps-web"
      }
    },
    "cli": "railway deploy --template pi-tps-web",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6e9ae053-e8e2-4c72-bad0-3e3b47ab96a6",
            "serializedConfig": {
              "services": {
                "e65c473f-d637-4d78-8622-04aa405d9f3b": {
                  "icon": "https://raw.githubusercontent.com/monotykamary/pi-tps-web/d70c4ae7837464e509e1ba8eba59bf88fcbe2ac7/public/favicon.svg",
                  "name": "pi-tps-web",
                  "source": {
                    "repo": "monotykamary/pi-tps-web",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Vite server port.",
                      "defaultValue": "5173"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:5173": {
                        "port": 5173
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T08:07:44.306Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_6a1af3c38f464928a413",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 165,
    "typical_build_seconds": 91,
    "typical_start_seconds": 10,
    "slowest_service": "pi-tps-web"
  }
}
