tutorials · 1 min read
Tutorial: Manage Prompts and Workflows as Code (IaC)
Export your prompts, workflows and KB configs as code, store in git, deploy via CI/CD - full GitOps for AI.
BABhogar AI TeamProduct & Engineering
GitOps for AI is real and worth setting up. This tutorial moves your prompts, workflows and KB configs into git and deploys them via CI/CD.
Why it matters
You will export resources, commit them to git, set up CI checks (eval gates) and CD deploy with environment promotion.
How Bhogar AI approaches it
Export resources via CLI, store in git, set up CI to run evals on PRs, configure CD to promote dev → staging → prod, monitor.
- Export prompts, workflows, KB configs as code
- Store in git with PR review
- CI runs evals on every PR
- CD promotes through environments
- Per-environment dashboards
What you get
GitOps for AI with full review, eval-gated promotion and rollback as a `git revert`.