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.
| Method | GET |
| Path | /v1/autopilot/managed/catalog |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | autopilot |
Response body
{ "catalog": [{ "strategyType": "sharpe-guard", "name": "Sharpe Guard", "tags": [], "description": "…", "defaultConfig": {}, "backtestSummary": { "estAprPct": 300.58, "maxDrawdownPct": -38.9 } }], "source": "static-fallback" }