🚀 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 can create a local KinD cluster or deploy to an existing one.
Want to inspect the script first? View it at
setup-caipe.shbefore running.
Choose your setup path
| Path | Best for |
|---|---|
| Docker Compose | Local development, VM (EC2), agent profiles |
| KinD | Local Kubernetes, mirroring a production cluster |
| Helm | Any Kubernetes cluster (EKS, GKE, AKS, …) |
| IDP Builder | Full platform stack with Backstage, ArgoCD, Gitea |
| EKS | AWS production deployment |