Developer resources
YDB-Qdrant API, auth, and MCP resources
Start here when wiring an agent, IDE, RAG service, or backend to YDB-Qdrant. The static resources below are available at predictable URLs for search engines, API clients, and AI agents.
Machine-readable resources
- YDB-Qdrant Agent Mode view
- YDB-Qdrant Agent Mode JSON
- OpenAPI specification
- Agent discovery JSON
- Agent instructions markdown
- Agent Skills index
- YDB-Qdrant Agent Skill
- YDB Qdrant Code Indexer Agent Skill
- agents.md compatibility file
- skills.sh compatibility script
- A2A agent card
- API catalog
- OAuth protected resource metadata
- MCP server card
- MCP manifest
- OpenAPI discovery page
- MCP discovery page
- llms.txt
- Full AI-readable index
- Docs llms.txt
Human-readable docs
- About YDB-Qdrant
- Contact YDB-Qdrant
- YDB-Qdrant privacy
- REST API reference
- Auth and scoped access
- Agent instructions and when-to-use guidance
- Webhooks and events
- Pricing
- Architecture diagrams
- Semantic search on YDB guide
- Best vector search for YDB-backed apps
- Best repository memory for coding agents
- Vector search platform comparison
- YDB-Qdrant vs standalone Qdrant
- Vector database API for semantic search
- Vector search API for semantic similarity and embeddings
- YDB-Qdrant vs MongoDB Atlas Vector Search
Predictable URLs by resource name
Search engines and AI agents can discover YDB-Qdrant developer resources by stable names and direct URLs rather than navigating a JavaScript app.
- YDB-Qdrant API docs:
/docs/api/ - YDB-Qdrant OpenAPI spec:
/openapi.json - YDB-Qdrant auth docs:
/docs/auth/ - YDB-Qdrant MCP discovery:
/docs/mcp/ - YDB-Qdrant Agent Skills:
/.well-known/agent-skills/index.json - YDB-Qdrant Agent Mode:
/agent/
Packages and source
- GitHub repository
- npm package
- Public demo Qdrant base URL:
http://ydb-qdrant.tech:8080
Agent integration
The root product exposes a Qdrant-compatible REST API. The hosted MCP surface is YDB Qdrant Code Indexer, which gives coding agents read-only repository memory over Streamable HTTP MCP at https://code-indexer.ydb-qdrant.tech/mcp.