{
  "manifest_version": "1.0.0",
  "template": {
    "id": "80e5425f-fd7f-47c8-94b6-de69e15bd42c",
    "slug": "h6aVmv",
    "name": "slash-create Server",
    "description": "A starter template to deploy a slash-create server.",
    "url": "https://railway.com/deploy/h6aVmv",
    "upstream": {
      "repo_url": "https://github.com/Snazzah/slash-create-template/tree/master"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "interactions",
      "source": {
        "repo": "https://github.com/Snazzah/slash-create-template/tree/master"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DISCORD_APP_ID",
      "service": "interactions",
      "description": "The application ID of the Discord app",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "DISCORD_BOT_TOKEN",
      "service": "interactions",
      "description": "The bot token of the Discord app",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "DISCORD_PUBLIC_KEY",
      "service": "interactions",
      "description": "The public key of the Discord app",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "h6aVmv"
      }
    },
    "cli": "railway deploy --template h6aVmv",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "80e5425f-fd7f-47c8-94b6-de69e15bd42c",
            "serializedConfig": {
              "services": {
                "eafa4526-a5c3-451f-ab1d-9dd5e5ac88d7": {
                  "name": "interactions",
                  "build": {},
                  "deploy": {
                    "startCommand": ""
                  },
                  "source": {
                    "repo": "https://github.com/Snazzah/slash-create-template/tree/master"
                  },
                  "variables": {
                    "DISCORD_APP_ID": {
                      "isOptional": false,
                      "description": "The application ID of the Discord app",
                      "defaultValue": "{{DISCORD_APP_ID}}"
                    },
                    "DISCORD_BOT_TOKEN": {
                      "isOptional": false,
                      "description": "The bot token of the Discord app",
                      "defaultValue": "{{DISCORD_BOT_TOKEN}}"
                    },
                    "DISCORD_PUBLIC_KEY": {
                      "isOptional": false,
                      "description": "The public key of the Discord app",
                      "defaultValue": "{{DISCORD_PUBLIC_KEY}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
