What problem does it solve?
Translates user requests about the Uazapi API into concrete, spec-aligned implementation steps by consulting the local OpenAPI document bundled with the repository.
Core Features & Use Cases
- OpenAPI-driven endpoint discovery: identify the relevant endpoint family (instance, messaging, webhooks, groups, or AI) and generate targeted requests or code snippets.
- Auth and state awareness: apply the correct authentication model (token for standard instance calls, admintoken for admin/global endpoints, or query parameters for SSE) and respect instance lifecycle states (disconnected, connecting, connected).
- Conformant payloads and error handling: preserve payload shapes, headers, and error patterns exactly as documented, while surfacing caveats such as loop prevention and server restrictions.
- Use Case: quickly scaffold integration steps for common Uazapi workflows (status checks, sending messages, configuring webhooks).
Quick Start
Ask me to translate a user request about Uazapi into a minimal, OpenAPI-aligned API call.