Developers
Everything you need to integrate RLVNCE into your applications, agents, and workflows.
Quick start
From zero to first search in four steps
terminal
# 1. Create a corpus
POST /v1/corpora { "name": "my-corpus" }# 2. Add sources
POST /v1/corpora/:id/sources { "url": "https://example.com", "type": "web" }# 3. Trigger a crawl
POST /v1/corpora/:id/crawls# 4. Search
POST /v1/corpora/:id/search { "query": "your search query" }Platform Architecture
How RLVNCE works: crawlers, indexers, rankers as extensible apps. Corpus lifecycle and data isolation.
Search API
Queries, filters, ranking controls, snippets with citations, hybrid retrieval, pagination.
Crawling & Indexing
Source configuration, crawl policies, connectors, content extraction, recrawl scheduling.
Change Intelligence
Change feeds, webhook subscriptions, polling with cursors, monitoring workflows.
MCP Server
Model Context Protocol integration for Claude and other agent runtimes.
SDKs & OpenAPI
TypeScript and Python SDKs, OpenAPI spec, authentication and API key management.