Your agent guesses from stale training data; this runs live, multi-step research and returns a cited answer.
Web & Search
Answers questions with live, cited research, automatically choosing the right depth from a quick one-paragraph answer to a detailed multi-step report. Every answer comes with citations linking back to the sources. Use this when you need a current, verifiable answer rather than a guess from training data.
You need a current, source-backed answer instead of guessing from stale training data.
Pure chat or reasoning with no lookup, math or code generation, creative writing, or fetching one known URL's full content.
Each is a sub-skill of Research; the router picks the right one for your request.
information
Returns a synthesized answer plus the citations and source results that back it, and optionally suggested follow-up questions. Not a downloadable file.
The request could be a quick fact or a substantive briefing, and the depth materially changes the cost.
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/research/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"What's the current US corporate tax rate?"}}'Example requests