1. Install the CLI
2. Authentication and API keys
Public reads work without auth. Account, portfolio, thesis, intent, and exchange actions require credentials.3. Search markets
4. Read world state
5. Use REST directly
6. Connect MCP
7. Run the agent
--json for agent consumption and sf describe --all --json for tool discovery.
8. Runtime and monitoring
9. Portfolio and account memory
10. Portfolio Autopilot
Portfolio Autopilot is the autonomous portfolio workflow: views, strategies, ticks, risk gates, actions, and trades. Start in read-only mode:Risks
- Direct order commands can place real orders.
- Portfolio workflows can mutate account state when execution is enabled.
- LLM-assisted workflows can be wrong or stale.
- Prediction markets are not official truth; they are market-implied probabilities.
- Keep API keys and exchange credentials outside prompts, docs, and transcripts.