# local-ydb-toolkit API docs

The public HTTP API is read-only and exists for product discovery, agent routing, and documentation. It does not expose remote local-ydb mutations.

## 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/mcp/server-card.json
- GET /.well-known/agent-card.json
- POST /mcp

## Example

```bash
curl -s https://local-ydb-toolkit.ydb-qdrant.tech/api/product
curl -s https://local-ydb-toolkit.ydb-qdrant.tech/openapi.json
```

## Auth

Public docs and product APIs do not require authentication. Local operational credentials are configured only in the local stdio MCP server.
