{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b3471e9b-6897-4f72-a7f2-9f659c776727",
    "slug": "ioRn64",
    "name": "Discord Eris",
    "description": "A basic Discord bot written using the Eris library",
    "url": "https://railway.com/deploy/ioRn64",
    "upstream": {
      "repo_url": "https://github.com/railwayapp-templates/discord-eris"
    }
  },
  "services": [
    {
      "name": "bot",
      "source": {
        "repo": "https://github.com/railwayapp-templates/discord-eris"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DISCORD_TOKEN",
      "service": "bot",
      "description": "Provide a value for DISCORD_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ioRn64"
      }
    },
    "cli": "railway deploy --template ioRn64",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b3471e9b-6897-4f72-a7f2-9f659c776727",
            "serializedConfig": {
              "services": {
                "60388cb2-dd9c-42b8-86e2-2e3e7ef2672c": {
                  "name": "bot",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/railwayapp-templates/discord-eris"
                  },
                  "variables": {
                    "DISCORD_TOKEN": {
                      "isOptional": false,
                      "defaultValue": "{{DISCORD_TOKEN}}"
                    }
                  },
                  "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",
  "status": "validated",
  "validated_at": "2026-09-21T18:38:59.529Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_1a46d560a19b462bab8c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 118,
    "typical_build_seconds": 42,
    "typical_start_seconds": 11,
    "slowest_service": "bot"
  }
}
