Tool server¶
python -m sdetkit ops serve starts a local HTTP/JSON server (localhost by default).
Endpoints¶
GET /healthGET /actionsPOST /run-actionPOST /run-workflowGET /runsGET /runs/<id>
Safety model¶
- Binds to
127.0.0.1by default. - Reuses the same workflow policy gates as CLI.
- Rejects invalid run IDs and traversal patterns.