Issa Search
1 agent · 0 workflows · 0 knowledge files
Agents
default/qwen3.8-27b
Endpoints
POST http://localhost:8638/api/agents/<name> {"input": "..."}
POST http://localhost:8638/api/workflows/<name> {"input": {...}}
GET http://localhost:8638/api/runs/<id>/events the run, as it happens
POST http://localhost:8638/mcp JSON-RPC (agents + workflows as tools)
Send Accept: text/event-stream to an agent to read the work as it happens
rather than waiting for the answer.