API referenceAgent spec
Cancel Agent Spec execution
Cancel a running Agent Spec execution. Only executions in 'running' status can be cancelled.
AuthorizationBearer <token>
JWT token for authentication
In: header
Path Parameters
id*string
Execution ID from the runtime
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/agentspec/executions/string/cancel"{ "success": true, "message": "Execution cancelled successfully"}API reference
The REST API that FlowDrop expects your backend to implement.
Execute an Agent Spec flow POST
Submit an Agent Spec flow for execution on the configured runtime (WayFlow, PyAgentSpec, or other compatible runtimes). The flow is posted as Agent Spec JSON. The runtime returns an execution ID for tracking progress via polling or WebSocket.