An AI invented an endpoint for our API. We shipped it. EraseText, an image processing API, deployed compatibility routes to handle URLs hallucinated by AI assistants. The company mapped invented endpoints like /api/mcp/erase to its real API, added header aliasing, and wrapped responses in JSON to match what generated code expects. This turns a common AI error into a working feature. A user sent us a bug report that was really a screenshot of someone else's chat. They had asked an AI assistant to build a web page that erases text from an image using our API, and it produced a complete, confident little demo: file input, preview pane, fetch call, error handling. It did not work. The error it reported was CORS. It was not CORS. POST https://erasetext.com/api/mcp/erase Authorization: Bearer et … FormData: image =