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 withpoetry run zep ..., orzep ...if installed on PATH). - Config is
~/.zep/config.json; environment overrides areZEP_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 withzep config set-api-url <url>. - Prefer a scoped
zep_API token for automation; usezep auth loginfor interactive/operator tasks. - Many commands accept
--jsonor already print JSON; prefer JSON for scripting.
Authenticate
Local credentials: