Quick Start
One-command setup
No clone required. Run this in your terminal and follow the interactive prompts:
curl -fsSL https://raw.githubusercontent.com/cnoe-io/ai-platform-engineering/main/setup-caipe.sh | bash
The script asks for your LLM provider, API key, and optional components (RAG, tracing, persistence). It creates a local KinD cluster or deploys to an existing one.
Want to inspect the script first? View
setup-caipe.shon GitHub before running.
Other setup options
| Guide | Best for |
|---|---|
| Docker Compose | Local development or a single VM (EC2, etc.) |
| Helm | Any Kubernetes cluster — EKS, GKE, AKS, KinD, and more |