{
  "manifest_version": "1.0.0",
  "template": {
    "id": "fc15dfa1-9848-45d8-9b05-625fbeeffed9",
    "slug": "discord-bot-or-discordjs-v14-starter-wit",
    "name": "Discord Bot | discord.js v14 Starter with a Lockfile That Installs",
    "description": "discord.js v14 starter with slash commands and a matching lockfile.",
    "url": "https://railway.com/deploy/discord-bot-or-discordjs-v14-starter-wit",
    "upstream": {
      "repo_url": "https://github.com/ak40u/discordjs-railway-starter"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "discordjs-railway-starter",
      "source": {
        "repo": "https://github.com/ak40u/discordjs-railway-starter"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "DISCORD_TOKEN",
      "service": "discordjs-railway-starter",
      "description": "Bot token from the Discord Developer Portal: Applications, your app, Bot, Reset Token. Enable the Message Content intent on the same page, or the bot starts and then fails.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "discord-bot-or-discordjs-v14-starter-wit"
      }
    },
    "cli": "railway deploy --template discord-bot-or-discordjs-v14-starter-wit",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "fc15dfa1-9848-45d8-9b05-625fbeeffed9",
            "serializedConfig": {
              "services": {
                "f9de5e4e-605c-47d4-b06d-b7ab5ef81a0b": {
                  "icon": "https://devicons.railway.com/i/discord.svg",
                  "name": "discordjs-railway-starter",
                  "source": {
                    "repo": "ak40u/discordjs-railway-starter",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "DISCORD_TOKEN": {
                      "description": "Bot token from the Discord Developer Portal: Applications, your app, Bot, Reset Token. Enable the Message Content intent on the same page, or the bot starts and then fails.",
                      "defaultValue": "{{DISCORD_TOKEN}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-04T13:32:45.587Z",
  "generator_version": "0.1.0"
}
