Documentation Index
Fetch the complete documentation index at: https://docs.keephq.dev/llms.txt
Use this file to discover all available pages before exploring further.
Missing an installation? submit a new installation request and we will add it as soon as we can.
We recommend to install Keep CLI with Python version 3.11 for optimal compatibility and performance.
This choice ensures seamless integration with all dependencies, including pyarrow, which currently does not support Python 3.12
Clone and install (Option 1)
Install
First, clone Keep repository:pip:
poetry:
Configuration
To get API key, check Keep UI -> your username (bottom left) -> Settings -> API KeysTest
Now,Docker image (Option 2)
Install
Test
Enable Auto Completion
Keep’s CLI supports shell auto-completion, which can make your life a whole lot easier 😌 If you’re using zsh~/.zshrc
~/.bashrc
Using eval means that the command is invoked and evaluated every time a shell is started, which can delay shell responsiveness. To speed it up, write the generated script to a file, then source that.

