{
  "manifest_version": "1.0.0",
  "template": {
    "id": "502a394a-08e6-4f2d-969f-4d6343956ed2",
    "slug": "piHt63",
    "name": "ActiveFence Kicker",
    "description": "An endpoint for kicking users with the ActiveFence extension.",
    "url": "https://railway.com/deploy/piHt63",
    "upstream": {
      "repo_url": "https://github.com/AgoraIO-Community/agora-activefence-kicker.git"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Agora ActiveFence Kicker",
      "source": {
        "repo": "https://github.com/AgoraIO-Community/agora-activefence-kicker.git"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "APP_ID",
      "service": "Agora ActiveFence Kicker",
      "description": "App ID from https://console.agora.io",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "CUSTOMER_KEY",
      "service": "Agora ActiveFence Kicker",
      "description": "Agora RESTful API Customer Key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "CUSTOMER_SECRET",
      "service": "Agora ActiveFence Kicker",
      "description": "Agora RESTful API Customer Secret",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "piHt63"
      }
    },
    "cli": "railway deploy --template piHt63",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "502a394a-08e6-4f2d-969f-4d6343956ed2",
            "serializedConfig": {
              "services": {
                "f54fe235-06bc-4f81-b6a8-97da83b34bc0": {
                  "name": "Agora ActiveFence Kicker",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/AgoraIO-Community/agora-activefence-kicker.git"
                  },
                  "variables": {
                    "APP_ID": {
                      "isOptional": false,
                      "description": "App ID from https://console.agora.io",
                      "defaultValue": "{{APP_ID}}"
                    },
                    "CUSTOMER_KEY": {
                      "isOptional": false,
                      "description": "Agora RESTful API Customer Key",
                      "defaultValue": "{{CUSTOMER_KEY}}"
                    },
                    "CUSTOMER_SECRET": {
                      "isOptional": false,
                      "description": "Agora RESTful API Customer Secret",
                      "defaultValue": "{{CUSTOMER_SECRET}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {}
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
