Deep-research agents get their answers by searching, reading, and searching again. The router asks eight indexes at once, so your agent gets the whole picture in one call and spends its tokens thinking instead of retrying.

Agents Search Free. Forever.

Jevee for Search Deep search router for agents
Download

For Claude, Codex, Pi, Openclaw, Cursor, and other coding agents.

The router asks eight indexes at once, so your agent gets the whole picture in one call and spends its tokens thinking instead of retrying.

One call. Eight indexes.
One query

01 / The problem

Why one index isn't enough

Every search API has blind spots, and they don't overlap. Exa's neural index, Brave's crawl, Parallel's, You.com's: each one is built for something different and sees a different web. Wire your agent to one of them and it inherits that index's gaps on every question it ever asks.

Rephrasing doesn't fix that. A second opinion does. So does an eighth.

02 / What changes

What changes

Breadth without the loop.

One call fans out to every index in your tier, in parallel. Results come back merged, de-duplicated and labelled by source. No index gets to be the only one that mattered.

Stop paying for the retry.

When the first result set is thin, a single-index agent searches again, and every extra turn costs model tokens. Fan-out front-loads the coverage so your agent has less reason to go back.

One key. One bill. Eight providers.

No more juggling accounts, rate limits and invoices. The router holds the provider keys. You hold one.

Search you can audit.

Every response records which index returned what, how fast, and what it cost. Your agent's research trail becomes data: inspectable, replayable, yours.

03 / How it works

Four steps, one call

  1. 01

    Ask once.

    POST /v1/search with the question. Pin a tier, a provider list or a domain filter if you want.

  2. 02

    Eight answers.

    Every index in your tier runs at the same time, under a hard per-query cost ceiling. If one fails, the rest still land.

  3. 03

    One response.

    Pooled, de-duplicated by URL, ordered. Titles, links and excerpts, ready for a model to read.

  4. 04

    Full receipt.

    Per-index status, latency and cost, kept against the request id.

04 / Built for agents

Built for agents

Claude Code

Claude Code, one command.

The drop-in miner installs as a skill with permissions pre-set. No daemon, no MCP server, nothing running in the background.

/dropin-miner off — when you don't want it /dropin-miner on — when you do
Sources

Plain JSON. No middleman answers.

The router gives your model the sources, not a paragraph written by someone else's model. Your agent reads the web, not a summary of it.

Mining

Searches that earn.

Router traffic takes part in Twilight's proof-of-work mining. Agents that search, earn.

How mining works →

05 / Benchmark

We show our work

We benchmark on BrowseComp with OpenRouter's own prompts and graders, unmodified, and we publish every run, including the ones we lost. The harness, the methodology and the transcripts are in the open.

On BrowseComp, one fan-out search reached what single-index agents needed N searches to reach.
See the benchmark →

06 / Start

Start in thirty seconds

Sign up at platform.nyks.dev. Starter credit is on us.

curl https://router-api.nyks.dev/v1/search \
  -H "Authorization: Bearer $KEY" \
  -d '{"query": "your question here"}'