{
  "manifest_version": "1.0.0",
  "template": {
    "id": "66645109-8d02-42eb-aadf-4f6e45410fd2",
    "slug": "open-terminal",
    "name": "open-terminal",
    "description": "A computer you can curl ⚡",
    "url": "https://railway.com/deploy/open-terminal",
    "upstream": {
      "repo_url": "https://github.com/open-webui/open-terminal"
    }
  },
  "services": [
    {
      "name": "open-terminal",
      "source": {
        "repo": "https://github.com/open-webui/open-terminal"
      },
      "needs_volume": true,
      "volume_mount_path": "/home/user",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "OPEN_TERMINAL_API_KEY",
      "service": "open-terminal",
      "description": "Provide a value for OPEN_TERMINAL_API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "open-terminal"
      }
    },
    "cli": "railway deploy --template open-terminal",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "66645109-8d02-42eb-aadf-4f6e45410fd2",
            "serializedConfig": {
              "services": {
                "158d6213-6a77-43ec-a0dc-0a91cea7a91b": {
                  "name": "open-terminal",
                  "source": {
                    "repo": "open-webui/open-terminal",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "OPEN_TERMINAL_API_KEY": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{OPEN_TERMINAL_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8000": {
                        "port": 8000
                      }
                    }
                  },
                  "volumeMounts": {
                    "158d6213-6a77-43ec-a0dc-0a91cea7a91b": {
                      "mountPath": "/home/user"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T12:42:54.172Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_fd76baa450424c11a107",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 270,
    "typical_build_seconds": 242,
    "typical_start_seconds": 10,
    "slowest_service": "open-terminal"
  }
}
