Pipeline agents: CI-native infrastructure review, deploy watching, and scheduled health checks
Build infrastructure agents from plain CI jobs and the Ankra CLI - no framework, no orchestration layer:
- PR review agent - validates cluster-definition changes against the live platform and comments on the PR with what will actually change, including live capacity headroom checks.
- Deploy watcher -
ankra cluster apply --waiton merge, verifies rollout health, and posts a root cause to Slack when a deploy fails instead of a red X. - Scheduled infra watcher - runs every 30 minutes, stays silent while healthy, posts to Slack only when something degrades.
ankra chat is one-shot and scriptable, with server-side access to cluster context: logs,
events, manifests, and stack history. Read the guide.