ketch

Integrations › ketch

Search backend

Keenable as a built-in search backend in the ketch agent CLI (Go), keyless and zero-config.

Setup

  1. 1No separate install

    keenable ships as a built-in search backend in the ketch agent CLI (merged upstream) — there is no separate package to install.

  2. 2Use it
    bash
    ketch search "golang error handling" -b keenable
    ketch config set backend keenable            # make it the default
    ketch config set keenable_api_key keen_...   # optional, lifts the rate limit

Keyless and zero-config; run ketch config set keenable_api_key keen_… to lift the rate limits.

View the change on GitHub →