Developer resources

local-ydb-toolkit webhooks

Webhooks are not supported in v1 because the hosted site is a read-only discovery surface and operational tools run locally over stdio.

Current status

There is no hosted account system, browser OAuth flow, remote job queue, or remote local-ydb mutation endpoint in v1. That means there is no webhook callback channel to configure.

Use instead

  • Use the public API for read-only discovery.
  • Use the local stdio MCP server for Docker, SSH, password-file, and YDB config operations.
  • Use GitHub Actions outputs from astandrik/setup-local-ydb@v1 for CI integration.