Hortator is a Kubernetes operator that orchestrates AI agents at scale. Spawn intelligent agents as pods, enforce guardrails declaratively, and build hierarchical agent swarms — all with the tooling you already know.
# Spawn an AI agent to analyze your codebase
$ hortator spawn \
--prompt "Review this PR for security vulnerabilities" \
--model claude-sonnet-4-20250514 \
--guardrails security-review
# Agent spawned as a Kubernetes pod
✓ Agent pr-review-7x8k2 running in namespace agents
Deploy AI agents as Kubernetes pods with a single command. Scale from one to thousands with familiar k8s primitives.
Define safety boundaries as Custom Resources. Enforce rate limits, content policies, and tool access through YAML.
Build agent hierarchies where supervisors spawn and coordinate worker agents. Complex tasks, simple orchestration.
Apache 2.0 licensed. Run on any Kubernetes cluster — EKS, GKE, AKS, or bare metal. Your agents, your infrastructure.