Get started
Tutorials
Walkthroughs from first query to monitored workflows and agent usage.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Walkthroughs from first query to monitored workflows and agent usage.
sf query "Fed rate cut" --json --limit 3
sf inspect KXRATECUT-26DEC31 --json
sf thesis create 'Oil stays above $100 through Q2 2026'
sf thesis context <id> --json
sf thesis signal <id> "OPEC compliance remains high"
sf thesis evaluate <id> --json
sf screen --json --limit 20
sf edges --json
sf contagion --json
sf inspect <ticker> --json
sf intent buy KXRATECUT-26DEC31 10 --price 40 --trigger below:38
sf intent list --json
sf intent cancel <id>
sf describe --all --json
sf world --json
sf query "tariffs" --json --limit 3
sf world --delta --json --since 1h
Was this page helpful?