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" --json
cue web fetch "https://example.com/report"
cue web fetch "https://example.com/report" --citations --json

Notes

  • cue web-search is an alias of cue web.
  • Use --json for machine-readable output in automation workflows.