typesense client. The proxy transparently handles tenant isolation, scoped Typesense keys, and collection name rewriting, so you get the full Typesense client surface with Voyant authentication.
Setup
Install both the Cloud SDK and the official Typesense client:How it works
- Authentication uses your Voyant API token as a bearer token, the same token as the rest of Cloud.
- Isolation is handled by the proxy. You do not manage Typesense API keys directly; the proxy mints scoped keys and rewrites collection names per tenant.
- The client surface is plain Typesense. Search, multi-search, and document operations all work as documented by Typesense, because you are using the real client.
Because you drive the official Typesense client, refer to the Typesense documentation for query syntax, ranking, and indexing. Voyant only supplies authenticated, isolated transport through
createSearchClientConfig.