Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://mcp.runalloy.com/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "healthy",
  "timestamp": "2024-01-01T00:00:00Z"
}

Authorizations

Authorization
string
header
required

Use either an Alloy API key or JWT token

Response

200 - application/json

Server is healthy

status
enum<string>
Available options:
healthy
timestamp
string<date-time>
I