{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5cbb51c2-56b5-4c46-aee4-c820d3666008",
    "slug": "30Xa3Y",
    "name": "WarpStream Agents (Kafka without the disks)",
    "description": "Official template for deploying the WarpStream Agents.",
    "url": "https://railway.com/deploy/30Xa3Y",
    "upstream": {
      "repo_url": "https://github.com/warpstreamlabs/warpstream-railway-template"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "warpstream-agents",
      "source": {
        "repo": "https://github.com/warpstreamlabs/warpstream-railway-template"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "AWS_ACCESS_KEY_ID",
      "service": "warpstream-agents",
      "description": "Access key ID for the Cloudflare R2 bucket.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "WARPSTREAM_API_KEY",
      "service": "warpstream-agents",
      "description": "WarpStream API obtained from the WarpStream admin console.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "AWS_SECRET_ACCESS_KEY",
      "service": "warpstream-agents",
      "description": "AWS secret access key for your cloudflare R2 storage bucket.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "WARPSTREAM_BUCKET_URL",
      "service": "warpstream-agents",
      "description": "URL specifying which object store the WarpStream Agents will write/read to/from. We recommend Cloudflare R2 as documented here: https://docs.warpstream.com/warpstream/reference/use-the-agents-with-an-s3-compatible-object-store-minio-oracle-cloud-etc",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "WARPSTREAM_AGENT_POOL_NAME",
      "service": "warpstream-agents",
      "description": "WarpStream agent pool name. Only needs to be changed if you're using a non-default virtual cluster ID: https://docs.warpstream.com/warpstream/background-information/agent-pools-and-virtual-clusters#running-a-warpstream-agent-with-a-non-default-agent-pool-or-virtual-cluster",
      "secret": false,
      "strategy": "default",
      "default": "vcn_default"
    },
    {
      "key": "WARPSTREAM_REQUIRE_AUTHENTICATION",
      "service": "warpstream-agents",
      "description": "Whether the WarpStream Agents will enforce SASL authentication. Don't change this value otherwise your Kafka data will be exposed to the internet.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "WARPSTREAM_DEFAULT_VIRTUAL_CLUSTER_ID",
      "service": "warpstream-agents",
      "description": "WarpStream virtual cluster ID obtained from WarpStream admin console after signing up for a WarpStream account.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "WARPSTREAM_DISCOVERY_KAFKA_PORT_OVERRIDE",
      "service": "warpstream-agents",
      "description": "The port the WarpStream Agents will advertise in the Kafka protocol. This must be the port auto-generated by the Railway TCP proxy after creating the service. Can set a random value until then, but must be updated afterwards.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "WARPSTREAM_DISCOVERY_KAFKA_HOSTNAME_OVERRIDE",
      "service": "warpstream-agents",
      "description": "Hostname the WarpStream Agents will advertise in the Kafka protocol. This must be the Railway TCP proxy domain name generated by railway after the project is deployed. Can set a garbage value when first deploying as long as its updated later.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "30Xa3Y"
      }
    },
    "cli": "railway deploy --template 30Xa3Y",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5cbb51c2-56b5-4c46-aee4-c820d3666008",
            "serializedConfig": {
              "services": {
                "fc40546e-e52d-4e0e-b79d-d84123586be8": {
                  "name": "warpstream-agents",
                  "build": {},
                  "deploy": {
                    "startCommand": "agent",
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/warpstreamlabs/warpstream-railway-template",
                    "rootDirectory": null
                  },
                  "variables": {
                    "AWS_ACCESS_KEY_ID": {
                      "isOptional": false,
                      "description": "Access key ID for the Cloudflare R2 bucket.",
                      "defaultValue": "{{AWS_ACCESS_KEY_ID}}"
                    },
                    "WARPSTREAM_API_KEY": {
                      "isOptional": false,
                      "description": "WarpStream API obtained from the WarpStream admin console.",
                      "defaultValue": "{{WARPSTREAM_API_KEY}}"
                    },
                    "AWS_SECRET_ACCESS_KEY": {
                      "isOptional": false,
                      "description": "AWS secret access key for your cloudflare R2 storage bucket.",
                      "defaultValue": "{{AWS_SECRET_ACCESS_KEY}}"
                    },
                    "WARPSTREAM_BUCKET_URL": {
                      "isOptional": false,
                      "description": "URL specifying which object store the WarpStream Agents will write/read to/from. We recommend Cloudflare R2 as documented here: https://docs.warpstream.com/warpstream/reference/use-the-agents-with-an-s3-compatible-object-store-minio-oracle-cloud-etc",
                      "defaultValue": "{{WARPSTREAM_BUCKET_URL}}"
                    },
                    "WARPSTREAM_AGENT_POOL_NAME": {
                      "isOptional": false,
                      "description": "WarpStream agent pool name. Only needs to be changed if you're using a non-default virtual cluster ID: https://docs.warpstream.com/warpstream/background-information/agent-pools-and-virtual-clusters#running-a-warpstream-agent-with-a-non-default-agent-pool-or-virtual-cluster",
                      "defaultValue": "vcn_default"
                    },
                    "WARPSTREAM_REQUIRE_AUTHENTICATION": {
                      "isOptional": false,
                      "description": "Whether the WarpStream Agents will enforce SASL authentication. Don't change this value otherwise your Kafka data will be exposed to the internet.",
                      "defaultValue": "true"
                    },
                    "WARPSTREAM_DEFAULT_VIRTUAL_CLUSTER_ID": {
                      "isOptional": false,
                      "description": "WarpStream virtual cluster ID obtained from WarpStream admin console after signing up for a WarpStream account.",
                      "defaultValue": "{{WARPSTREAM_DEFAULT_VIRTUAL_CLUSTER_ID}}"
                    },
                    "WARPSTREAM_DISCOVERY_KAFKA_PORT_OVERRIDE": {
                      "isOptional": false,
                      "description": "The port the WarpStream Agents will advertise in the Kafka protocol. This must be the port auto-generated by the Railway TCP proxy after creating the service. Can set a random value until then, but must be updated afterwards.",
                      "defaultValue": "{{WARPSTREAM_DISCOVERY_KAFKA_PORT_OVERRIDE}}"
                    },
                    "WARPSTREAM_DISCOVERY_KAFKA_HOSTNAME_OVERRIDE": {
                      "isOptional": false,
                      "description": "Hostname the WarpStream Agents will advertise in the Kafka protocol. This must be the Railway TCP proxy domain name generated by railway after the project is deployed. Can set a garbage value when first deploying as long as its updated later.",
                      "defaultValue": "{{WARPSTREAM_DISCOVERY_KAFKA_HOSTNAME_OVERRIDE}}"
                    }
                  },
                  "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"
}
