Engine API
Default engine address:
text
http://127.0.0.1:4041Health
GET /health
Run
POST /api/run
Request fields:
taskstringproviderstringmodelstring optionalapi_keystring optionalsearch_api_keystring optionalmax_retriesintscore_thresholdfloattimeoutintdry_runbool
MCP
GET /api/mcp/serversGET /api/mcp/search?q=...GET /api/mcp/servers/{name}
API Endpoints Summary
GET /healthGET /api/config/GET /api/mcp/serversGET /api/mcp/search?q=...GET /api/mcp/servers/{name}POST /api/run
POST /api/run Error Mapping
400: invalid provider or other validation errors401: authentication-like provider errors429: rate limit or permission-like provider errors
Dry Run Response
When dry_run=true, response is:
task: analyzedTaskDefinitionrecommendation: fullStackRecommendation
Related
- examples: /reference/api-examples
- errors: /reference/error-catalog
