{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b9e5d3df-cba6-4efa-bffc-fa4577029607",
    "slug": "theta-terminal-v3",
    "name": "Theta Terminal v3",
    "description": "Theta Terminal running inside a Docker container for easy deployment",
    "url": "https://railway.com/deploy/theta-terminal-v3",
    "upstream": {
      "repo_url": "https://github.com/EzraMoussa/Theta-Terminal-v3"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Theta-Terminal-v3",
      "source": {
        "repo": "https://github.com/EzraMoussa/Theta-Terminal-v3"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "THETA_V3_PASS",
      "service": "Theta-Terminal-v3",
      "description": "The password to your Theta Data account for authentication",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "THETA_V3_USER",
      "service": "Theta-Terminal-v3",
      "description": "The username/email used for your Theta Data account",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "THETA_V3_JAR_URL",
      "service": "Theta-Terminal-v3",
      "description": "The download url to the latest Theta Terminal",
      "secret": false,
      "strategy": "default",
      "default": "https://download-unstable.thetadata.us/ThetaTerminalv3.jar"
    },
    {
      "key": "THETA_INTERNAL_URL",
      "service": "Theta-Terminal-v3",
      "description": "The url you can use to make requests to the the terminal inside railway through private networking",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "theta-terminal-v3"
      }
    },
    "cli": "railway deploy --template theta-terminal-v3",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b9e5d3df-cba6-4efa-bffc-fa4577029607",
            "serializedConfig": {
              "services": {
                "bca4d66c-fc39-4e7a-b9ee-063e37fb1da7": {
                  "icon": "https://static.wixstatic.com/media/f1bc76_d0598bb0aa01433db26c0ac5e239fb0c~mv2.png/v1/fill/w_56,h_60,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/_edited.png",
                  "name": "Theta-Terminal-v3",
                  "source": {
                    "repo": "EzraMoussa/Theta-Terminal-v3",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "THETA_V3_PASS": {
                      "isOptional": false,
                      "description": "The password to your Theta Data account for authentication",
                      "defaultValue": "{{THETA_V3_PASS}}"
                    },
                    "THETA_V3_USER": {
                      "isOptional": false,
                      "description": "The username/email used for your Theta Data account",
                      "defaultValue": "{{THETA_V3_USER}}"
                    },
                    "THETA_V3_JAR_URL": {
                      "isOptional": true,
                      "description": "The download url to the latest Theta Terminal",
                      "defaultValue": "https://download-unstable.thetadata.us/ThetaTerminalv3.jar"
                    },
                    "THETA_INTERNAL_URL": {
                      "isOptional": true,
                      "description": "The url you can use to make requests to the the terminal inside railway through private networking",
                      "defaultValue": "http://${{RAILWAY_PRIVATE_DOMAIN}}:25503"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
