Skip to main content

🚀 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.sh before running.


Choose your setup path

PathBest for
Docker ComposeLocal development, VM (EC2), agent profiles
KinDLocal Kubernetes, mirroring a production cluster
HelmAny Kubernetes cluster (EKS, GKE, AKS, …)
IDP BuilderFull platform stack with Backstage, ArgoCD, Gitea
EKSAWS production deployment

View full screen recording on asciinema