Auth

YDB-Qdrant auth and scoped access

YDB-Qdrant uses namespace-oriented REST API keys for vector data and a separate bearer-token model for hosted Code Indexer MCP repository memory.

REST API key namespace

Send api-key on REST requests. The server derives a stable namespace from the key, then stores collection metadata and points under that namespace.

api-key: my-stable-namespace-key

Optional tenant suffix

Send X-Tenant-Id when one integration key needs separate tenant or workspace namespaces.

X-Tenant-Id: workspace-42

Practical REST permissions

Code Indexer MCP tokens

Code Indexer auth is separate from REST API keys. Users install the GitHub App, sign in through GitHub OAuth, and create MCP tokens in the dashboard.

Authorization: Bearer <mcp-token>