Every claim
names its source.
Ask a question. Research Desk searches the live web, reads the pages, and writes you a brief in which every sentence carries the number of a source it actually fetched. Anything it could not attribute is dropped before you see it — and the count of what was dropped ships with the brief.
- From
- 15 cr
- one brief
- Sources
- up to 24
- read in full
- Invented cites
- 0
- by construction
Depth buys work, not adjectives.
Three rungs, and each one changes what actually happens upstream: how many angles the question is searched from, how many pages come back, and how much of each page is read. The deep rung adds a second pass that goes looking for whatever the first pass admitted it could not answer.
Quick
15 crOne search, headlines read. For a fast orientation on a question you already half-know.
- Search angles
- 1
- Sources read
- up to 6
- Gap-closing pass
- no
- Typically takes
- ~25s
Standard
35 crThe question is broken into three angles and each source is read properly. The default.
- Search angles
- 3
- Sources read
- up to 14
- Gap-closing pass
- no
- Typically takes
- ~60s
Deep
75 crSix angles, long reads, then a second pass that searches the gaps the first pass left open.
- Search angles
- 6
- Sources read
- up to 24
- Gap-closing pass
- yes
- Typically takes
- ~150s
A claim that cites nothing real does not ship.
The model is asked for claims with source numbers on them. Then those numbers are checked, one at a time, against the pages we really fetched. A number that points at nothing is thrown away; a claim left holding nothing but thrown-away numbers is thrown away with it. Nothing is invented to fill the gap.
Surviving sources are renumbered so that 1 is the first thing you are asked to check, and a page nobody cited is reported in the stats rather than padded into the list. Every source arrives with a verbatim quote, so checking a claim is a glance, not a click-through.
“Go research X” is one call away.
Research is the subtask an agent delegates most and verifies least. Every brief here comes back with its sources attached, so the calling agent can check a claim before it acts on one — and so can the person reading its output afterwards.
POST a question, get a brief id back, poll it. Bearer key, JSON in, cited JSON out.
curl -X POST https://research.ounie.com/api/briefs \
-H "Authorization: Bearer rsd_live_…" \
-d '{"question":"…","depth":"standard"}'Native tools for Claude, Cursor, ChatGPT — and the Ounie AI Team, which connects with the key in the URL where headers can't be set.
https://research.ounie.com/api/mcp # header-less clients: …/api/mcp?api_key=rsd_live_…
No account, no key — pay in USDC on Base. $0.18 quick, $0.42 standard, $0.90 deep.
POST /api/x402/research → 402 (terms)
retry with X-Payment: <signed>
→ 202 { brief_id, poll_url } # polling is freeOne ounie_live_ key works across the whole Ounie app fleet — including this one.
Authorization: Bearer ounie_live_… # works across every Ounie app
What comes back
Every claim carries the indices of the sources it came from, and every index resolves to a page in sources.
{
"status": "succeeded",
"brief": {
"keyFindings": [
{ "text": "…", "sources": [1, 3] }
],
"answer": [ { "text": "…", "sources": [2] } ],
"sources": [
{ "index": 1,
"title": "…",
"url": "https://…",
"publishedAt": "2026-07-02T00:00:00.000Z",
"quote": "the sentence this rests on" }
],
"confidence": 0.78,
"openQuestions": ["…"],
"stats": {
"queriesRun": 3,
"sourcesConsulted": 14,
"sourcesCited": 9,
"claimsDropped": 2
}
},
"markdown": "# …"
}Credits are reserved before the run and refused with a 402 when the wallet is short, so an agent can never overdraw. A brief with nothing traceable to a source is refunded in full — never settled.
- Quick · 1 search
- 15 cr · $0.18 keyless
- Standard · 3 searches
- 35 cr · $0.42 keyless
- Deep · 6 searches
- 75 cr · $0.90 keyless
One wallet. One price per brief. No subscription.
A credit is one cent. Briefs draw the same Ounie wallet every other Ounie app draws, so there is nothing to subscribe to here and nothing to cancel.
- The price is reserved when you submit and settled when the brief lands.
- Reading a finished brief, exporting it, and polling a running one are free forever — you already paid for the work.
- A brief with nothing traceable to a source is refunded in full. We would rather return the credits than hand over an answer you cannot check.
| Depth | Sources read | Credits | Cost |
|---|---|---|---|
| Quick | up to 6 | 15 | $0.15 |
| Standard | up to 14 | 35 | $0.35 |
| Deep | up to 24 | 75 | $0.75 |
Questions
Everything about what a brief costs, what it contains, and what happens when the web has no answer.
What stops it inventing a citation?
What happens when there is nothing to find?
What is the difference between the three depths?
Can I point it at particular sites — or away from them?
How fresh are the sources?
What does it cost?
Can an agent use this without an Ounie account?
Is the answer stored?
Ask it something you would otherwise have to check yourself.
A standard brief costs 35credits — about thirty-five cents — and comes back with its sources attached.