ROVER IS THE BEST.

Developer Portal

Power your applications with Rover's optimized data infrastructure. Connect directly to the core of our search engine using a single API key.

Open Source

Rover is an open-source search engine licensed under MPL-2.0. Built on the principle of transparent development, our core architecture is open to independent code reviews, ensuring a secure and verifiable search environment.

Cortex

Cortex

Rover is fully integrated with Cortex, our proprietary AI platform. You can interact with Cortex directly within the search interface without needing to open it separately, providing a significantly enhanced and superior search experience.

Forkability

Rover is designed to be easily forkable. You can take the RSEC repository, run it locally, and build your own custom search experience.

API Keys

Generate and manage your secret keys to authenticate requests.

The API Key service is currently only available to the Developer team.

No API keys generated yet.

Quick Integration

Integrate Rover API seamlessly into your applications.

terminal
# Get search results using curl
curl-X GET "http://127.0.0.1:8000/api/search?q=vertex" \
-H "Authorization: Bearer YOUR_API_KEY"