What problem does it solve? It lets a coding agent call the Auraflow text-to-image model through the Pixazo API without the user writing any HTTP code, handling API key setup, request construction, and error handling automatically. ## Core Features & Use Cases - Text-to-Image Generation: Sends a prompt to the Auraflow v0.3 endpoint and returns image URLs synchronously, with tunable guidance scale, inference steps, and prompt expansion. - Managed Authentication: Walks the user through obtaining a Pixazo API key once and saving it to ~/.pixazo/api-key so it is never requested again. - Structured Error Handling: Maps 401, 402, 429, 4xx, and 5xx responses to clear user-facing messages with retry guidance. - Use Case: Ask your agent to generate a hyper-realistic product concept image, and it builds the request, calls the Pixazo gateway, and shows you the resulting image URL. ## Quick Start Ask your agent to generate an image with Auraflow, for example: create a portrait of a fox in dramatic studio lighting using Auraflow.