Skip to Content
HarnessCLIOverview

Harness CLI

The Harness CLI (exemplar-cli) is the terminal surface for Exemplar skills, prompts, and memory. It is a separate package from the Python SDK—same control plane, scriptable from the shell.

Prefer the CLI for CI scripts, operator runbooks, and quick checks. Prefer the SDK for embedding Harness inside application code and agent frameworks.

Topics

Package: exemplar-cli. Copy-paste examples: examples/cli/README.md . Tokens: Account Settings.

Quick example

pipx install exemplar-cli export EXEMPLAR_API_KEY=eis_... exemplar doctor exemplar skills list exemplar prompts list exemplar memory add "User prefers bullet points" --user-id u1 --type preference
Last updated on