Basic
Web Search
Search the web from Cue CLI
Use cue web search to discover relevant sources and fetch content when needed.
Core Commands
cue web -h
cue web search "AI agent tooling"
cue web search "AI agent tooling" --max-results 10
cue web search "AI agent tooling" --allowed-domains "docs.python.org"
cue web search "AI agent tooling" --jsonFetch via Web Search
cue web fetch "https://example.com/report"
cue web fetch "https://example.com/report" --citations --jsonNotes
cue web-searchis an alias ofcue web.- Use
--jsonfor machine-readable output in automation workflows.