{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3ccfc1ca-0d2d-4ee1-be0a-aac074028224",
    "slug": "nanobot-llm-gateway",
    "name": "Nanobot — Multi-LLM Gateway with Dashboard",
    "description": "Route OpenAI, Gemini & Groq with fallback — Telegram-ready gateway",
    "url": "https://railway.com/deploy/nanobot-llm-gateway",
    "upstream": {
      "repo_url": "https://github.com/codestorm-official/nanobot"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Nanobot",
      "source": {
        "repo": "https://github.com/codestorm-official/nanobot"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Nanobot",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "ADMIN_PASSWORD",
      "service": "Nanobot",
      "description": "Provide a value for ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "ADMIN_USERNAME",
      "service": "Nanobot",
      "description": "Provide a value for ADMIN_USERNAME.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "NANOBOT_AGENTS__DEFAULTS__WORKSPACE",
      "service": "Nanobot",
      "description": "Provide a value for NANOBOT_AGENTS__DEFAULTS__WORKSPACE.",
      "secret": false,
      "strategy": "default",
      "default": "/data/.nanobot/workspace"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nanobot-llm-gateway"
      }
    },
    "cli": "railway deploy --template nanobot-llm-gateway",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3ccfc1ca-0d2d-4ee1-be0a-aac074028224",
            "serializedConfig": {
              "services": {
                "28b7a235-2c74-4835-8aae-d76951ecc37f": {
                  "icon": "https://res.cloudinary.com/asset-cloudinary/image/upload/v1771168296/nanobot_logo_kaamxe.png",
                  "name": "Nanobot",
                  "source": {
                    "repo": "codestorm-official/nanobot",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "8080"
                    },
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    },
                    "ADMIN_USERNAME": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{ADMIN_USERNAME}}"
                    },
                    "NANOBOT_AGENTS__DEFAULTS__WORKSPACE": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "/data/.nanobot/workspace"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "28b7a235-2c74-4835-8aae-d76951ecc37f": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-03T23:07:37.076Z",
  "generator_version": "0.1.0"
}
