Skip to main content
GET
/
agentspec
/
health
Check Agent Spec runtime health
curl --request GET \
  --url http://localhost:5173/api/flowdrop/agentspec/health
{
  "status": "healthy",
  "version": "1.0.0",
  "runtime": "wayflow"
}

Response

Runtime is healthy

Health status of the Agent Spec runtime

status
string
Example:

"healthy"

version
string
Example:

"1.0.0"

runtime
string

Runtime name (e.g., "wayflow", "pyagentspec")

Example:

"wayflow"