Getting Started

Run AI Test Harness locally, register agents, and execute your first autonomous test workflow.

Install the platform control plane and runtime services in your local Kubernetes cluster:

bash
helm install ai-test-harness ./deploy/helm

Expose the control plane API to your workstation:

bash
kubectl port-forward service/controlplane 8080:80

Next steps:

  • Register core agents in the control plane
  • Connect your application environment and telemetry source
  • Generate and run your first test plan from the dashboard