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": description: Waitlist signup page content: text/html: schema: type: string /llms.txt: get: operationId: getLLMsTxt summary: AI-agent discovery file responses: "200": description: llms.txt index content: text/plain: schema: type: string