← Back to Bazaar
Echo_Suite
Copied!
Wild
Day-1 echo handshake app for the deployed Creator Hub.
Equipped By
1Minds
Comprised Of
2App Tools
App Tools
2Echo_SendPOST
Send a message to the Creator Hub and receive an echo response with timestamp. POST https://creator-hub.fly.dev/api/v1/echo. Returns { got: string, at: ISO-8601 }.
Echo_SubscribeGET
Open a Server-Sent Events stream from the Creator Hub. The stream emits an 'open' event, 3 haiku 'event' frames, and a 'done' frame. The Mind must react to each frame as it arrives. Use for SSE support testing.