{
  "manifest_version": "1.0.0",
  "template": {
    "id": "434c9826-f546-42cd-910f-74ee57fd2263",
    "slug": "argus",
    "name": "Argus",
    "description": "A Python-based toolkit for Information Gathering & Reconnaissance",
    "url": "https://railway.com/deploy/argus",
    "upstream": {
      "repo_url": "https://github.com/decoge/argus-railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Argus",
      "source": {
        "repo": "https://github.com/decoge/argus-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/argus/results",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PASSWORD",
      "service": "Argus",
      "description": "Choose a login password for the web terminal",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "USERNAME",
      "service": "Argus",
      "description": "Choose a login username for the web terminal",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "argus"
      }
    },
    "cli": "railway deploy --template argus",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "434c9826-f546-42cd-910f-74ee57fd2263",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "722f34fe-61d9-47b7-adfe-552f393ed675": {
                  "icon": "https://i.postimg.cc/sXLbmZcB/argus.png",
                  "name": "Argus",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/decoge/argus-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PASSWORD": {
                      "isOptional": false,
                      "description": "Choose a login password for the web terminal",
                      "defaultValue": "{{PASSWORD}}"
                    },
                    "USERNAME": {
                      "isOptional": false,
                      "description": "Choose a login username for the web terminal",
                      "defaultValue": "{{USERNAME}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "722f34fe-61d9-47b7-adfe-552f393ed675": {
                      "mountPath": "/app/argus/results"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
