FlowDrop Docs
API referenceAgent spec

Check Agent Spec runtime health

Verify that the configured Agent Spec runtime is available and responding. Used to check connectivity before execution.

GET
/agentspec/health

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/agentspec/health"
{  "status": "healthy",  "version": "1.0.0",  "runtime": "wayflow"}