{"name":"onyx_research_intel","tier":"metered","price_usdc":"0.05","endpoint":"https://onyx-actions.onrender.com/v1/onyx_research_intel","method":"POST","input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Research question or keyword string. Plain English works; OpenAlex handles tokenization."},"top_n":{"type":"integer","minimum":1,"maximum":20,"default":5,"description":"How many papers to return."},"min_citations":{"type":"integer","minimum":0,"default":0,"description":"Filter out papers with fewer than this many citations. Use 50+ to surface only well-known work."},"year_from":{"type":"integer","minimum":1900,"maximum":2100,"description":"Optional: only return papers from this year onward."},"sort_by":{"type":"string","enum":["relevance","citations","recency"],"default":"relevance","description":"Ranking. citations = highest cited first; recency = newest first; relevance = OpenAlex semantic match."}},"required":["query"]},"description":"Research intel — has someone solved X already? Queries 240M+ academic works via OpenAlex (includes arXiv preprints, conference papers, journal articles), ranks by citation count + recency + relevance, returns top N papers with one-line abstract excerpts, citation counts, and author names. Built for autonomous agents that need to check prior art before burning cycles re-deriving a known result. Fallback to Semantic Scholar.","when_to_use":"An autonomous agent is about to derive a solution, design a protocol, or build a model. Before burning cycles, check whether the problem is solved in prior literature.","vs_alternatives":"Free alternative: search Google Scholar manually, parse HTML, summarize with LLM. Costs minutes of agent time + thousands of context tokens. This returns synthesized + citation-ranked intel in one call.","example_request":{"query":"agent payment protocol stablecoin micropayment","top_n":5,"min_citations":10,"year_from":2022},"example_response":null,"settle_to":"0x3fD9ee1373562f894D322B37DFFAd7a5D2b2d78f","network":"base","facilitator":"https://facilitator.xpay.sh","payment_required":true,"free_introspection":true,"note":"GET this URL = free introspection card. POST with x402 payment header to call."}