Agents don't guess endpoint names the same way every time. One caller asks for people-enrich. Another asks for contact-enrich. Search has the same problem: search, web-search, serp-search, google-search.
We added four low-risk entry points that reuse existing handlers:
contact-enrichandb2b-lead-enrichroute to the public-data people enrichment handler at $0.01 per call.google-searchandsearch-webroute to the Decodo-backed SERP handler at $0.01 per call.
No new private data source. No social scraping. The lead endpoints use caller-supplied email, name, domain, or company plus public DNS and homepage metadata. The search endpoints return ranked organic results with title, URL, snippet, domain, and optional recency filter.
This is mostly naming work, but it matters. Bazaar buyers are already calling nearby surfaces. These routes make the working code easier to find under the words agents are using.