Skip to main content
This manual is the human-facing path through SimpleFunctions. If you are building an agent, start with Quickstart. If you are evaluating the product, read this page once, then use the focused references.

1. Install the CLI

2. Authentication and API keys

Public reads work without auth. Account, portfolio, thesis, intent, and exchange actions require credentials.
or:

3. Search markets

4. Read world state

5. Use REST directly

6. Connect MCP

7. Run the agent

Use --json for agent consumption and sf describe --all --json for tool discovery.

8. Runtime and monitoring

Runtime surfaces monitor intents, soft conditions, and alerts. Treat runtime commands as operational state, not static docs examples.

9. Portfolio and account memory

These reads are scoped to the authenticated user.

10. Portfolio Autopilot

Portfolio Autopilot is the autonomous portfolio workflow: views, strategies, ticks, risk gates, actions, and trades. Start in read-only mode:
Only enable execution after reviewing risk limits and dry-run behavior.

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.