{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ea4d36ac-670f-41b4-842a-8786a2790b14",
    "slug": "vc-247-selfbot",
    "name": "VC 24/7 SELFBOT",
    "description": "VC 24/7 SELFBOT In Discord",
    "url": "https://railway.com/deploy/vc-247-selfbot",
    "upstream": {
      "repo_url": "https://github.com/Tubby12345/Voicecord"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Voicecord",
      "source": {
        "repo": "https://github.com/Tubby12345/Voicecord"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "TOKEN",
      "service": "Voicecord",
      "description": "user token",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SELF_DEAF",
      "service": "Voicecord",
      "description": "deaf?",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SELF_MUTE",
      "service": "Voicecord",
      "description": "mute?",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SERVER_ID",
      "service": "Voicecord",
      "description": "server id",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "CHANNEL_ID",
      "service": "Voicecord",
      "description": "channel id",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "vc-247-selfbot"
      }
    },
    "cli": "railway deploy --template vc-247-selfbot",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ea4d36ac-670f-41b4-842a-8786a2790b14",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "771c88ea-5ed9-42b0-8cf8-078d251ceb89": {
                  "icon": null,
                  "name": "Voicecord",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/Tubby12345/Voicecord",
                    "rootDirectory": null
                  },
                  "variables": {
                    "TOKEN": {
                      "isOptional": false,
                      "description": "user token",
                      "defaultValue": "{{TOKEN}}"
                    },
                    "SELF_DEAF": {
                      "isOptional": false,
                      "description": "deaf?",
                      "defaultValue": "{{SELF_DEAF}}"
                    },
                    "SELF_MUTE": {
                      "isOptional": false,
                      "description": "mute?",
                      "defaultValue": "{{SELF_MUTE}}"
                    },
                    "SERVER_ID": {
                      "isOptional": false,
                      "description": "server id",
                      "defaultValue": "{{SERVER_ID}}"
                    },
                    "CHANNEL_ID": {
                      "isOptional": false,
                      "description": "channel id",
                      "defaultValue": "{{CHANNEL_ID}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0"
}
