This is the compact guide an agent should ingest before using SimpleFunctions.Documentation Index
Fetch the complete documentation index at: https://docs.simplefunctions.dev/llms.txt
Use this file to discover all available pages before exploring further.
Start sequence
Safety classes
| Class | Meaning |
|---|---|
safe_read | Public read-only call |
account_read | Authenticated user-scoped read |
local_runtime | Starts or stops local process |
server_write | Mutates SimpleFunctions server state |
exchange_write | Can place or cancel exchange orders |
Tool discovery
Preferred context strategy
| Situation | Call |
|---|---|
| New session | sf world --json |
| Polling loop | sf world --delta --json --since 1h |
| Topic search | sf query "<topic>" --json --limit 3 |
| Market detail | sf inspect <ticker> --json |
| Account memory | sf me --json --detail --limit 10 |
| Portfolio memory | sf portfolio history --json --ticks 20 --trades 10 --since 2026-04-23 |