{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4e703c69-cf8b-4684-afb2-64dcd4d4b215",
    "slug": "strix-ai-pentest-agent",
    "name": "Strix AI Pentest Agent",
    "description": "Autonomous AI penetration-testing agent as a headless Railway worker.",
    "url": "https://railway.com/deploy/strix-ai-pentest-agent",
    "upstream": {
      "image": "wotonews/strix:v0.3.0"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "strix",
      "source": {
        "image": "wotonews/strix:v0.3.0"
      },
      "needs_volume": true,
      "volume_mount_path": "/workspace",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "STRIX_LLM",
      "service": "strix",
      "description": "Gemini model from Google (REPLACE_WITH_YOUR_GEMINI_API_KEY)",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "GEMINI_API_KEY",
      "service": "strix",
      "description": "Gemini API key from Google AI Studio",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "strix",
      "description": "DEFAULT: 0",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "STRIX_RUNTIME_BACKEND",
      "service": "strix",
      "description": "Runs scan tools in-container without a Docker daemon.(DEFAULT: local)",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "strix-ai-pentest-agent"
      }
    },
    "cli": "railway deploy --template strix-ai-pentest-agent",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4e703c69-cf8b-4684-afb2-64dcd4d4b215",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "cf433176-130d-4a62-bb36-0f9ca485d38f": {
                  "icon": "https://www.strix.ai/logo-transparent.png",
                  "name": "strix",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "wotonews/strix:v0.3.0"
                  },
                  "variables": {
                    "STRIX_LLM": {
                      "isOptional": false,
                      "description": "Gemini model from Google (REPLACE_WITH_YOUR_GEMINI_API_KEY)",
                      "defaultValue": "{{STRIX_LLM}}"
                    },
                    "GEMINI_API_KEY": {
                      "isOptional": false,
                      "description": "Gemini API key from Google AI Studio",
                      "defaultValue": "{{GEMINI_API_KEY}}"
                    },
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "description": "DEFAULT: 0",
                      "defaultValue": "{{RAILWAY_RUN_UID}}"
                    },
                    "STRIX_RUNTIME_BACKEND": {
                      "isOptional": false,
                      "description": "Runs scan tools in-container without a Docker daemon.(DEFAULT: local)",
                      "defaultValue": "{{STRIX_RUNTIME_BACKEND}}"
                    }
                  },
                  "volumeMounts": {
                    "cf433176-130d-4a62-bb36-0f9ca485d38f": {
                      "mountPath": "/workspace"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
