Start here
status for current state, history for recent ticks and trades, and last for the latest full portfolio-manager run.
Read current state
status returns current portfolio state plus selected risk settings.
Read portfolio memory
history returns two lists:
ticks: portfolio-manager evaluation runstrades: user-scoped portfolio trade records
Read one tick or trade
last when an agent wants the latest portfolio-manager handoff. Use tick <id> or trade <id> when the agent already has an id from history.
Views
Views are your current market convictions. They are not public theses; they are instructions and context for the portfolio manager.| Field | Meaning |
|---|---|
title | Short name for the view |
viewText | Your reasoning or instruction |
category | Macro, crypto, policy, geopolitical, or another grouping |
tickers | Related market tickers |
conviction | 1-5 signal strength |
timeHorizon | Optional date horizon |
Strategies
Strategies are persistent instructions for how the portfolio manager should behave.Run or trigger analysis
Run one local portfolio tick:--dry-run is the default for local watch. --live opts into actual order placement and requires trading credentials.
Enable cloud manager
enable uploads encrypted exchange credentials, configures a schedule, and stores portfolio-manager settings.
disable stops the cloud manager but keeps credentials.
revoke stops the manager and deletes cloud credentials.
JSON output
Agents should pass--json whenever available.
The portfolio JSON envelope usually includes:
--json and parse the envelope.
Next
Portfolio API
REST endpoints behind portfolio state, ticks, trades, views, strategies, and trigger.
Portfolio Autopilot
How views, strategies, risk gates, ticks, and handoffs fit together.