Use the CLI when a human operator, local script, cron job, or external coding agent owns the runtime.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.
1. Install
2. Configure auth when needed
Public query, world, and market reads can start without exchange keys. Account, portfolio, intent, and execution workflows need a SimpleFunctions API key.3. Run the first reads
4. Discover commands before acting
5. Use direct contract tools
sf agent --tool accepts canonical dotted names from /api/contracts/tools, not broad hosted compatibility names.
Next steps
Agentic CLI
Full CLI control-plane guide.
Command reference
Command inventory and examples.
API quickstart
Call the same surfaces over HTTP.
Agent SDK quickstart
Embed the loop in TypeScript.