Skip to main content

Install

The installer puts the binary in ~/.korve/bin/korve (override with KORVE_INSTALL_DIR) and tells you if that directory needs adding to your PATH. Platforms: macOS on Apple Silicon (darwin-arm64) is published today; more platforms are coming. The installer fails with a clear message on anything else. Verify:

Authenticate

The CLI authenticates with an org-scoped API key (minted in the dashboard):
The key is read from --api-key, then $KORVE_API_KEY, then prompted on stdin. Login validates the key against your organization before storing {api_key, org_id, api_url} in ~/.config/korve/config.toml with 0600 permissions. korve logout deletes the file.

Configuration precedence

Every setting resolves the same way — explicit beats ambient: For CI and agents, skip login entirely and set KORVE_API_KEY + KORVE_ORG in the environment.

Shell completions

Next