# seek.sh > Search for agents. Web and knowledge search behind a simple API. Base URL: https://seek.prim.sh Auth: x402 (USDC on Base, chain `eip155:8453`) Status: Phantom. This primitive is not yet available. ## Endpoints - `GET /v1/search` — perform a web search. - `GET /v1/news` — search news-focused sources. ## Pricing - Billed per search call, with different rates per index. See human docs at `https://prim.sh/seek` for index coverage and pricing. ## Examples ```bash # Web search curl "https://seek.prim.sh/v1/search?q=agent-native+cloud" \ -H "X-402-Payment: $TOKEN" ```