Public JSON endpoints
- GET /api/product
- GET /api/install-options
- GET /api/workflows
- GET /openapi.json
- GET /api/openapi.json
- GET /server.json
- GET /.well-known/mcp
- GET /.well-known/agent-card.json
Developer resources
The public HTTP API is read-only and exists for product discovery, install guidance, workflow summaries, and agent-readable metadata.
POST /mcp exposes read-only product discovery tools. It does not execute local-ydb operations or receive local credentials.
curl -s https://local-ydb-toolkit.ydb-qdrant.tech/api/product curl -s https://local-ydb-toolkit.ydb-qdrant.tech/openapi.json