Blog
Studio notes1 min read
API smoke test from MuseLabs
A short live post created through the production blog API to verify the publishing flow end to end.

This is a short test article created through the live MuseLabs blog API.
It verifies that the protected endpoint can authenticate, write to Supabase, and return a published article URL.
What this confirms
The request reached the production endpoint, passed bearer-token authorization, and created a row in the live blog_posts table.

