MINARA

Managed strategy catalog

GET /v1/autopilot/managed/catalog — List the managed (fully-managed) strategy types the picker can offer — Sharpe Guard and Futures Grid — each with default

GET /v1/autopilot/managed/catalog

List the managed (fully-managed) strategy types the picker can offer — Sharpe Guard and Futures Grid — each with default config and a backtest summary. source tells the UI how to render: static-fallback while the upstream catalog is pending, upstream once live, schema-drift when an upstream payload can't be parsed.

MethodGET
Path/v1/autopilot/managed/catalog
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryautopilot

Response body

{ "catalog": [{ "strategyType": "sharpe-guard", "name": "Sharpe Guard", "tags": [], "description": "…", "defaultConfig": {}, "backtestSummary": { "estAprPct": 300.58, "maxDrawdownPct": -38.9 } }], "source": "static-fallback" }

On this page