Expose Semantic Search in an API

Feature request for product/service

Indexing

Describe the request

Cursor’s agent is unique in that it is the only one with built-in semantic search. From what I can tell it is the best semantic search for codebases and I want to use it in other coding agents. Please expose the semantic search for codebases as an api so I can run a semantic search on it from anywhere. I have found this is in high demand and users are giving the cli cursor agent as a tool to use to access the semantic search. That will just burn tokens and is basically acting as a semantic search llm wrapper.

All I would like is an endpoint that accepts the repo and a query question as input and returns the semantic search results.