zep-cli

Installation
SKILL.md

ZeP CLI

Use the zep CLI instead of scraping the ZeP web UI when you need to inspect or operate experiments, runs, datasets, scrapers, backends, storage, or API tokens.

Defaults

  • Run from /Users/idanbeck/zerg-ze/ze (invoke with poetry run zep ..., or zep ... if installed on PATH).
  • Config is ~/.zep/config.json; environment overrides are ZEP_API_URL, ZEP_TOKEN, ZEP_API_KEY, ZEP_WORKSPACE_ID, ZEP_CONFIG_PATH (env wins over the saved file).
  • Default API base is http://localhost:8080. Set once with zep config set-api-url <url>.
  • Prefer a scoped zep_ API token for automation; use zep auth login for interactive/operator tasks.
  • Many commands accept --json or already print JSON; prefer JSON for scripting.

Authenticate

Local credentials:

Installs
1
GitHub Stars
12
First Seen
8 days ago
zep-cli — idanbeck/claude-skills