{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c6a0508d-8761-4fc0-83cc-1a9db491b0c3",
    "slug": "gabe",
    "name": "gabe",
    "description": "This is Gabe, a Discord bot with various capabilities.",
    "url": "https://railway.com/deploy/gabe",
    "upstream": {
      "image": "ghcr.io/thesomewhatyou/gabe:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "thesomewhatyou/gabe:latest",
      "source": {
        "image": "ghcr.io/thesomewhatyou/gabe:latest"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "OWNER",
      "service": "thesomewhatyou/gabe:latest",
      "description": "Your Discord user ID. Needed for admin commands.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "TOKEN",
      "service": "thesomewhatyou/gabe:latest",
      "description": "This is your bot token. secret. ",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "API_TYPE",
      "service": "thesomewhatyou/gabe:latest",
      "description": "Alternate image API. ",
      "secret": false,
      "strategy": "default",
      "default": "ws"
    },
    {
      "key": "NODE_ENV",
      "service": "thesomewhatyou/gabe:latest",
      "description": "Look this up online. ",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SENTRY_DSN",
      "service": "thesomewhatyou/gabe:latest",
      "description": "Sentry DSN. For bug issues. This routes to our community DSN, but completely optional. ",
      "secret": false,
      "strategy": "default",
      "default": "https://4a5932a0d6d3a684cb5027cf5cfc8e44@o4510443708088320.ingest.us.sentry.io/4510693175525376"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "gabe"
      }
    },
    "cli": "railway deploy --template gabe",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c6a0508d-8761-4fc0-83cc-1a9db491b0c3",
            "serializedConfig": {
              "services": {
                "586d531b-0c0b-486f-9cd0-0a37298fecea": {
                  "name": "thesomewhatyou/gabe:latest",
                  "source": {
                    "image": "ghcr.io/thesomewhatyou/gabe:latest"
                  },
                  "variables": {
                    "DEBUG": {
                      "isOptional": true,
                      "description": "Debugging logs. Optional, not recommended. Boolean.  ",
                      "defaultValue": ""
                    },
                    "OWNER": {
                      "isOptional": false,
                      "description": "Your Discord user ID. Needed for admin commands.",
                      "defaultValue": "{{OWNER}}"
                    },
                    "TENOR": {
                      "isOptional": true,
                      "description": "Tenor API key. Used for editing GIFs. Deprecated, but if you have one, use it here!",
                      "defaultValue": ""
                    },
                    "TOKEN": {
                      "isOptional": false,
                      "description": "This is your bot token. secret. ",
                      "defaultValue": "{{TOKEN}}"
                    },
                    "API_TYPE": {
                      "isOptional": true,
                      "description": "Alternate image API. ",
                      "defaultValue": "ws"
                    },
                    "NODE_ENV": {
                      "isOptional": false,
                      "description": "Look this up online. ",
                      "defaultValue": "{{NODE_ENV}}"
                    },
                    "NODE_ARGS": {
                      "isOptional": true,
                      "description": "Node arguments. Don't use unless you know what you're doing. ",
                      "defaultValue": ""
                    },
                    "REST_PROXY": {
                      "isOptional": true,
                      "description": "Discord REST proxy. Optional. To be set by you.",
                      "defaultValue": ""
                    },
                    "SENTRY_DSN": {
                      "isOptional": true,
                      "description": "Sentry DSN. For bug issues. This routes to our community DSN, but completely optional. ",
                      "defaultValue": "https://4a5932a0d6d3a684cb5027cf5cfc8e44@o4510443708088320.ingest.us.sentry.io/4510693175525376"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
