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. If you self-host, you still pay whatever You.com and TypeSafe bill for the upstream calls this service makes on your behalf.

Plan tiers

PlanPriceWho it is forHow to startRate limitDiscover cap
Sandbox$0 Agents inspecting the contract GET /health, GET /v1, GET /v1/sandbox (zero auth) not throttledn/a (canned body)
Prototype$0 Live demo on this host Public AS_… Bearer (same as /config.js) or optional OAuth DCR When AGENT_SEEK_DEMO_MODE=enabled: 5 searches / IP lifetime shared by REST /v1/search, /api/v1/search, and MCP search_web (no reset); optional 60 req / min burst100 candidates / query
Self-host$0 from us You run the repo Set AGENT_SEEK_API_KEY in .env Off unless you set Upstash100 (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=snip (API/MCP default)exampleyesyes
mode=deep (opt-in)exampleyesyes
MCP Streamable HTTP (/mcp)tools/list yesyesyes
OAuth 2.0 + PKCE S256yes (anonymous / DCR)yesyes
Shared API keylocal .env onlypublic demo AS_… Bearer (not a secret)you 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. Agent Seek does not add a markup or invoice that spend.

How to get access

No sales form. Copy the public demo Bearer for live search; do not wait on email.

  1. Zero-auth: call GET /v1/sandbox and GET /openapi.json.
  2. Live demo Bearer: Authorization: Bearer AS_LXxYWY1wQcEwliYnkfAXRA-c0sPlsRtVz4j_ZvJRlnI (public; same as /config.js). Burns operator quota + per-IP demo limit. Walkthrough: auth.md.
  3. Local key: cp .env.example .env, set AGENT_SEEK_API_KEY (and your own YDC / TypeSafe keys), run uvicorn apps.api.main:app --port 8787.
  4. Optional / advanced — OAuth: POST /oauth2/register or POST /agent/identity with {"type":"anonymous"}. You do not need OAuth to try the live demo.

What is not included

See API, auth.md, and versioning.