{
  "manifest_version": "1.0.0",
  "template": {
    "id": "68257a84-eb61-4c52-ae62-93c1467ac7eb",
    "slug": "llm-council",
    "name": "LLM Council",
    "description": "Multi-model AI deliberation for higher-quality decisions",
    "url": "https://railway.com/deploy/llm-council",
    "upstream": {
      "repo_url": "https://github.com/amiable-dev/llm-council"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "llm-council",
      "source": {
        "repo": "https://github.com/amiable-dev/llm-council"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "OPENROUTER_API_KEY",
      "service": "llm-council",
      "description": "Your OpenRouter API key from openrouter.ai",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "LLM_COUNCIL_API_TOKEN",
      "service": "llm-council",
      "description": "Secure token for API authentication (generate with: openssl rand -hex 16)",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "llm-council"
      }
    },
    "cli": "railway deploy --template llm-council",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "68257a84-eb61-4c52-ae62-93c1467ac7eb",
            "serializedConfig": {
              "services": {
                "66b1f9ef-6a2d-4984-9819-8a6586aa6ecc": {
                  "icon": "https://raw.githubusercontent.com/amiable-dev/llm-council/refs/heads/master/docs/assets/logo.png",
                  "name": "llm-council",
                  "source": {
                    "repo": "amiable-dev/llm-council",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "OPENROUTER_API_KEY": {
                      "isOptional": false,
                      "description": "Your OpenRouter API key from openrouter.ai",
                      "defaultValue": "{{OPENROUTER_API_KEY}}"
                    },
                    "LLM_COUNCIL_API_TOKEN": {
                      "isOptional": false,
                      "description": "Secure token for API authentication (generate with: openssl rand -hex 16)",
                      "defaultValue": "{{LLM_COUNCIL_API_TOKEN}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-05T17:54:19.086Z",
  "generator_version": "0.1.0"
}
