Blog · 2026-05-03

Predictable errors. Traceable requests.

Today every error response from TMV — across /v1, /api, and /hooks — speaks the same envelope. Your coding agent doesn't have to guess what shape an error takes from which path; it's the same JSON shape everywhere. That's the kind of consistency that makes "fix the failing test" loops actually close.

We also surfaced request IDs end to end in the dashboard, playground, and support flow. Hit an issue, copy the ID, paste it into support, and we can trace what happened on our side. No more "do you remember roughly when it happened?" support tickets.

Authentication got tidier: login + password reset submit their timestamps correctly so token-lifetime checks don't reject good attempts. And we replaced the platform-page placeholder testimonials with real customer quotes.

Wire it into your IDE at testmyvibes.com.


See the technical details in the release notes for 2026-05-03. Subscribe to the blog RSS for one post a day.