Agent Seek pricing

Agent Seek is a free prototype. There is no paid plan, no usage invoice from this host, no credit-card checkout, and no contact-sales form. You still incur whatever You.com and TypeSafe bill for the upstream calls this service makes on your behalf when you self-host.

Plan tiers

PlanPriceWho it is forHow to startRate limitDiscover cap
Sandbox$0Agents inspecting the contractGET /health, GET /v1, GET /v1/sandbox — zero auth60 req / min / clientn/a (canned body)
Prototype$0Live demo on this hostSelf-serve OAuth (anonymous / DCR) or operator-issued key60 req / min / key100 candidates / query
Self-host$0 from usYou run the repoSet AGENT_SEEK_API_KEY in .envYou choose100 (code hard cap)

There is no Team, Business, or Enterprise SKU. If a future paid tier appears it will be listed here with a USD price, a feature matrix, and a Sunset note — not a “contact us” cell.

Feature breakdown

FeatureSandboxPrototypeSelf-host
Google-simple search UIyes (this host)yesyes
POST /v1/search / GET /v1/searchexample onlyyesyes
mode=deep (default)exampleyesyes
mode=snip (opt-in cheap)exampleyesyes
MCP Streamable HTTP (/mcp)tools/list yesyesyes
OAuth 2.0 + PKCE S256yes (anonymous / DCR)yesyes
Shared API keylocal .env onlyoperator-issued if you want search:read without claimyou set it
OpenAPI 3.1 / Swagger / ReDocyesyesyes
SLA / uptime contractnonono
Markup on You.com / Jevnonenonenone (you pay providers)

Usage limits

Default discover cost is on the order of You.com ~$0.005 per query plus Jev cascade spend on the admitted set (Stage A on candidates, Stage B on survivors). Agent Seek does not add a markup or invoice that spend.

How to get access (self-serve)

No sales form. Agents should not wait on email.

  1. Zero-auth: call GET /v1/sandbox and GET /openapi.json.
  2. Self-serve OAuth: POST /oauth2/register or POST /agent/identity with {"type":"anonymous"}. Walkthrough: auth.md.
  3. Local key: cp .env.example .env, set AGENT_SEEK_API_KEY, run uvicorn apps.api.main:app --port 8787.
  4. Optional live key: email gitmaxd@gmail.com only if you want an operator search:read key on the public host without the claim ceremony. That email is not a prerequisite.

What is not included

See Agent Seek API, auth.md, and versioning.