Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Practical examples and patterns for typical Helix Cloud deployment workflows
Authenticate
helix auth login
Initialize cloud instance
helix add cloud --name production
Configure production settings
helix.toml
[cloud.production.helix] cluster_id = "REPLACE_WITH_YOUR_CLUSTER_ID" region = "us-east-1" build_mode = "release" mcp = true bm25 = true [cloud.production.helix.vector_config] m = 32 ef_construction = 256 ef_search = 1024
Deploy
helix push production
Monitor
helix status
Was this page helpful?