Status
Service status
There is no public status dashboard or uptime history yet. What does exist today is a real health endpoint you can call yourself.
curl https://api.hypeline.io/healthz
# Example response
{
"status": "ok"
} This is the real /healthz endpoint you can query yourself. It reports whether the service is up. It is an example call, not a live embedded status feed.