{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c73be77b-fe62-4607-9108-410eef0937a4",
    "slug": "honeypot",
    "name": "Honeypot",
    "description": "🍯 Catch and ban Discord spam bots by monitoring a \"#honeypot\" channel!",
    "url": "https://railway.com/deploy/honeypot",
    "upstream": {
      "repo_url": "https://github.com/RiskyMH/Honeypot"
    }
  },
  "services": [
    {
      "name": "Honeypot",
      "source": {
        "repo": "https://github.com/RiskyMH/Honeypot"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "DATABASE_URL",
      "service": "Honeypot",
      "description": "Database connection for the Bot",
      "secret": false,
      "strategy": "default",
      "default": "sqlite:///data/honeypot.sqlite"
    },
    {
      "key": "DISCORD_TOKEN",
      "service": "Honeypot",
      "description": "The Discord API token for the bot",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "HAS_MESSAGE_INTENT",
      "service": "Honeypot",
      "description": "Enable more options if you have the privileged intent",
      "secret": false,
      "strategy": "default",
      "default": "false"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "honeypot"
      }
    },
    "cli": "railway deploy --template honeypot",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c73be77b-fe62-4607-9108-410eef0937a4",
            "serializedConfig": {
              "services": {
                "62e9ad40-5306-4ef7-b71b-311ac67063d1": {
                  "icon": "https://devicons.railway.com/i/bun.svg",
                  "name": "Honeypot",
                  "deploy": {
                    "startCommand": ""
                  },
                  "source": {
                    "repo": "RiskyMH/Honeypot",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "DATABASE_URL": {
                      "isOptional": true,
                      "description": "Database connection for the Bot",
                      "defaultValue": "sqlite:///data/honeypot.sqlite"
                    },
                    "DISCORD_TOKEN": {
                      "isOptional": false,
                      "description": "The Discord API token for the bot",
                      "defaultValue": "{{DISCORD_TOKEN}}"
                    },
                    "HAS_MESSAGE_INTENT": {
                      "isOptional": true,
                      "description": "Enable more options if you have the privileged intent",
                      "defaultValue": "false"
                    }
                  },
                  "volumeMounts": {
                    "62e9ad40-5306-4ef7-b71b-311ac67063d1": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-09T15:37:24.093Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_1888cc6ab28e4fbca02d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "CRASHED"
      }
    ]
  }
}
