Your agent guesses from stale training data; this runs live, multi-step research and returns a cited answer.
AI research with inline citations, from quick factual answers to expert-level deep-research reports. Search the web, academic literature, or SEC filings with controls for recency, source domain, date range, reasoning effort, and answer length.
Get a fast synthesized answer with citations from a lightweight research pass. You can select web, academic, or SEC sources, set the answer length, and filter by domain or date to keep results focused and current.
The research question or topic.
Cap on response length (tokens).
web (default), academic (scholarly sources), or sec (US SEC filings).
Allowlist of source domains.
Restrict to content published within this window.
Include suggested follow-up questions in the response.
Sources published on or after this date (MM/DD/YYYY).
Sources published on or before this date (MM/DD/YYYY).
curl -X POST "https://skill.askfaro.com/skills/research/run" \
-H "Authorization: Bearer faro_<your_key>" \
-H "Content-Type: application/json" \
-d '{
"intent": {
"prompt": "Give me a quick cited summary of today's major crypto market moves"
}
}'askfaro describe research/research_quick
Install pip install askfaro-cli, then askfaro auth login.
Produce a higher-quality cited answer with deeper search than quick research, balancing speed and thoroughness. You can choose web, academic, or SEC modes, control response length, and filter sources by domain or publication date.
The research question or topic.
Cap on response length (tokens).
web (default), academic (scholarly sources), or sec (US SEC filings).
Allowlist of source domains.
Restrict to content published within this window.
Include suggested follow-up questions in the response.
Sources published on or after this date (MM/DD/YYYY).
Sources published on or before this date (MM/DD/YYYY).
curl -X POST "https://skill.askfaro.com/skills/research/run" \
-H "Authorization: Bearer faro_<your_key>" \
-H "Content-Type: application/json" \
-d '{
"intent": {
"prompt": "Compare the top cloud data warehouses with cited sources"
}
}'askfaro describe research/research_standard
Install pip install askfaro-cli, then askfaro auth login.
Generate a detailed, citation-rich research report using multi-step search and deeper reasoning. You can choose web, academic, or SEC sources, control reasoning effort and response length, and narrow sources by domain or publication date.
The research question or topic.
Cap on response length (tokens).
web (default), academic (scholarly sources), or sec (US SEC filings).
How much reasoning the model spends. Higher = better report, more cost and latency.
Allowlist of source domains.
Restrict to content published within this window.
Include suggested follow-up questions in the response.
Sources published on or after this date (MM/DD/YYYY).
Sources published on or before this date (MM/DD/YYYY).
curl -X POST "https://skill.askfaro.com/skills/research/run" \
-H "Authorization: Bearer faro_<your_key>" \
-H "Content-Type: application/json" \
-d '{
"intent": {
"prompt": "Prepare a deep research report on the AI chip market with citations"
}
}'askfaro describe research/research_deep
Install pip install askfaro-cli, then askfaro auth login.