Webhooks
YDB-Qdrant webhooks and events
The root YDB-Qdrant REST API does not currently expose outbound webhook subscriptions. The hosted Code Indexer product receives GitHub webhooks to refresh repository indexes.
Root REST API
- No outbound webhook subscription API is currently published for collection, point, search, or query events.
- Use the REST API directly for collection and point operations.
- Use the OpenAPI spec to discover currently supported endpoints.
Code Indexer GitHub webhooks
POST https://code-indexer.ydb-qdrant.tech/github/webhook
- GitHub App installation events update repository access.
- Push and pull request events refresh indexed code chunks.
- Uninstall and repository removal events remove eligible indexed collections.
Agent access
GET/POST https://code-indexer.ydb-qdrant.tech/mcp
- Public hosted clients should use MCP instead of direct internal search APIs.
- MCP tokens are created and revoked in the dashboard.
- The MCP server card is published at /.well-known/mcp/server-card.json.