AgentCanary detects behavior regressions in production AI agents and auto-rolls back bad deploys before users notice. Atomic versioning, SOC2/HIPAA audit trail.
Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# AgentCanary
> AgentCanary detects behavior regressions in production AI agents and auto-rolls back bad deploys before users notice.
AgentCanary is a reliability tool for teams running AI agents in production. Atomic versioning of prompt + tools + model config as one unit, automated rollback on behavior regression under 60 seconds, and full audit trail for SOC2/HIPAA reviews.
## Product
- [Waitlist](https://agentcanary.arflow.io): Join the waitlist — $149/mo for unlimited agents, no credit card required
## Features
- Atomic versioning (prompt, tools, model config as one unit)
- Automated rollback on behavior regression in under 60 seconds
- Full audit trail for SOC2, HIPAA, and compliance reviews
## Programmatic Access (for AI agents)
- [OpenAPI Spec](https://agentcanary.arflow.io/openapi.yaml): planned API surface
- [AI Plugin Manifest](https://agentcanary.arflow.io/.well-known/ai-plugin.json): plugin manifest
## Contact
Website: https://agentcanary.arflow.io
OpenAPI Spec (preview)
openapi: 3.1.0
info:
title: AgentCanary API
description: Production-grade reliability for AI agents — atomic versioning, behavior-regression detection, and automated rollback.
version: "0.1.0"
contact:
name: AgentCanary
url: https://agentcanary.arflow.io
servers:
- url: https://agentcanary.arflow.io
description: Waitlist landing (API in development)
paths:
/:
get:
operationId: getLanding
summary: Landing page
responses:
"200":
des