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 creates a local KinD cluster or deploys to an existing one.

Want to inspect the script first? View setup-caipe.sh on GitHub before running.

View full screen recording on asciinema


Other setup options

GuideBest for
Docker ComposeLocal development or a single VM (EC2, etc.)
HelmAny Kubernetes cluster — EKS, GKE, AKS, KinD, and more