What problem does it solve? Teams building REST APIs struggle to produce OpenAPI specs that follow design guidelines, pass security checks, and work reliably with AI agents, and fixing issues found in existing specs is slow manual work. ## Core Features & Use Cases - Guided Spec Design: Walks through a conversation-driven 7-step process grounded in WSO2 REST API Design Guidelines to generate a production-quality OpenAPI 3.x YAML spec from scratch. - Multi-Dimension Assessment: Runs Spectral-based checks across AI Agent Readiness (69 rules plus 11 LLM analysis categories), OWASP-derived Security Readiness, and WSO2 API Design Guidelines, producing JSON and self-contained HTML reports with severity-ranked scores. - Automated Fixing: Applies safe structural fixes in place, warns before breaking path renames, and generates missing descriptions, summaries, and examples with user confirmation. - Use Case: Share an existing openapi.yaml and ask for a full assessment; receive a scored HTML report listing critical issues like missing operationIds, then apply all autoFixable fixes with one follow-up command. ## Quick Start Ask the assistant to design an OpenAPI spec for your service, or share a spec file path and ask it to assess the spec for agent readiness, security, and design quality.